algebra_3D.Vector.vect

Vector.vect()

Get the absolute vector (from (0,0,0)).

Returns
Vector

The absolute vector from the self object

Examples

>>> v=Vector(1,1,1,3,3,3)
>>> print(v.vect())
 ( 2.0 , 2.0 , 2.0 )
printed