public Vector3d(x as NUMBER, y as NUMBER, z as NUMBER):
Creates a vector from its three components.
x
y
z
v = Vector3d<Double>(1.0, 2.0, 3.0)