AbstractCartesian3dRotation#
- class named_arrays.transformations.AbstractCartesian3dRotation(angle=<Quantity 0. deg>)#
Bases:
AbstractLinearTransformationAn interface describing an arbitrary rotation in a 3D Cartesian space.
Attributes
The angle of rotation.
A new transformation that reverses the effect of this transformation.
The matrix representation of this linear transformation.
The shape of the transformation.
Methods
__init__([angle])Inheritance Diagram

- angle: int | float | complex | ndarray | Quantity | AbstractScalar = <Quantity 0. deg>#
The angle of rotation.
- property matrix: AbstractCartesian3dRotationMatrixArray#
The matrix representation of this linear transformation.