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

Y component.

Example:

v = Vector3d<Double>(1.0, 2.0, 3.0)
print(v.y)