algebra_3D.Vector.length

Vector.length()

Get the norm of self vector.

Returns
float

The euclidian length of the vector

Examples

>>> v=Vector(0,0,0,2,2,2)
>>> print(v.length())
3.4641016151377544