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

Horizontal coordinate.

Example:

p = Point<Double>(3.0, 4.0)
print(p.x)