algebra_3D.Vector.x1

Vector.x1()

Getters : Get the x coordonate of the origin vector.

See also

Point.x

Examples

>>> v=Vector(1,2,3,4,5,6)
>>> v.x1()
1.0