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

Creates a vector from its three components.

Parameters
ParameterDescription
xX component.
yY component.
zZ component.
Example
v = Vector3d<Double>(1.0, 2.0, 3.0)