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

Z component.

Example:

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