pyCGM_Single.pycgmKinetics.
length
Calculate length of a 3D vector.
A 3D vector.
Returns the length of v.
Examples
>>> import numpy as np >>> from .pycgmKinetics import length >>> v = [1,2,3] >>> np.around(length(v), 2) 3.74
Contents: