Vector.xΒΆ

Code Example

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