algebra_3D.Point.y

Point.y()

getters : Get the value of y

Returns
double

The value of y.

Examples

>>> p=Point(3,2,1)
>>> p.y()
2.0