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

Vertical component.

Example:

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