algebra_3D.Point.x

Point.x()

getters : Get the value of x

Returns
double

The value of x.

Examples

>>> p=Point(3,2,1)
>>> p.x()
3.0