klyn.math.geometry.Vector3d.Vector3d
constructor
public Vector3d(x as Double, y as Double, z as Double):
Description

Constructor for Vector3d.

Parameters
ParameterDescription
xThe x component of the vector.
yThe y component of the vector.
zThe z component of the vector.