algebra_3D.Vector.y1

Vector.y1()

Getters : Get the y coordonate of the origin vector.

See also

Point.y

Examples

>>> v=Vector(1,2,3,4,5,6)
>>> v.y1()
2.0