Vector.lengthΒΆ

Code Example

>>> from crossproduct import Vector
>>> v = Vector(1,0)
>>> result = v.length
>>> print(result)
1.0