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

Horizontal component.

Example:

v = Vector<Double>(3.0, 4.0)
print(v.x)