algebra_3D.Point.z

Point.z()

getters : Get the value of z

Returns
double

The value of z.

Examples

>>> p=Point(3,2,1)
>>> p.z()
1.0