algebra_3D.Vector.x2

Vector.x2()

Getters : Get the x coordonate of the destination vector.

See also

Point.x

Examples

>>> v=Vector(1,2,3,4,5,6)
>>> v.x2()
4.0