klyn.math.geometry.Vector3d.x
property
public property x as NUMBER
Description

X component.

Example:

v = Vector3d<Double>(1.0, 2.0, 3.0)
print(v.x)