Vector.yΒΆ

Code Example

>>> from crossproduct import Vector
>>> v = Vector(0,1,2)
>>> print(v.y)