Overview
>
klyn.math.geometry
>
Point
>
x
Version 0.1.4
Overview
Index
Tree
Deprecated
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)