algebra_3D.Vector.y2

Vector.y2()

Getters : Get the y coordonate of the destination vector.

See also

Point.y

Examples

>>> v=Vector(1,2,3,4,5,6)
>>> v.y2()
5.0