Cartesian3dRotationX#

class named_arrays.transformations.Cartesian3dRotationX(angle=<Quantity 0. deg>)#

Bases: AbstractCartesian3dRotation

A rotation about the $x$ axis.

Attributes

angle

The angle of rotation.

inverse

A new transformation that reverses the effect of this transformation.

matrix

The matrix representation of this linear transformation.

shape

The shape of the transformation.

Methods

__init__([angle])

Inheritance Diagram

Inheritance diagram of named_arrays.transformations.Cartesian3dRotationX
Parameters:

angle (int | float | complex | ndarray | Quantity | AbstractScalar)

angle: int | float | complex | ndarray | Quantity | AbstractScalar = <Quantity 0. deg>#

The angle of rotation.

property inverse: Self#

A new transformation that reverses the effect of this transformation.

property matrix: AbstractCartesian3dRotationMatrixArray#

The matrix representation of this linear transformation.

property shape: dict[str, int]#

The shape of the transformation.