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