Overview
>
klyn.math.geometry
>
Vector3d
>
Vector3d
Version 0.1.3
Overview
Index
Tree
Deprecated
klyn.math.geometry.Vector3d.Vector3d
constructor
public Vector3d(x as Double, y as Double, z as Double):
Description
Constructor for Vector3d.
Parameters
Parameter
Description
x
The x component of the vector.
y
The y component of the vector.
z
The z component of the vector.