Overview
>
klyn.math.geometry
>
Point
>
y
Version 0.1.4
Overview
Index
Tree
Deprecated
klyn.math.geometry.Point.y
property
public property y as NUMBER
Description
Vertical coordinate.
Example:
p = Point<Double>(3.0, 4.0) print(p.y)