SciPy

This is documentation for an old release of SciPy (version 1.5.3). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.spatial.transform.Rotation.__len__

Rotation.__len__(self)[source]

Number of rotations contained in this object.

Multiple rotations can be stored in a single instance.

Returns
lengthint

Number of rotations stored in object.