Vector.zΒΆ

Code Example

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