Cartesian3dRotationZ#
- class named_arrays.transformations.Cartesian3dRotationZ(angle=<Quantity 0. deg>)#
Bases:
AbstractCartesian3dRotationA rotation about the $z$ axis.
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.