class
RotationRotational transformation
Contents
- Reference
Methods
Special methods
- def __init__(self, /) -> None
- Default constructor
- def __init__(self, rotation_axis: XYZ, rotation_angle: AngleValue) -> None
- Construct from axis and angle
- def __init__(self, rotation_matrix: numpy.ndarray[numpy.float64[3, 3]]) -> None
- Construct from matrix
- def __mul__(self, arg0: Rotation, /) -> Rotation
- def __mul__(self, arg0: Translation, /) -> Transformation
- def __mul__(self, arg0: UniformScale, /) -> Transformation
- def __rmul__(self, arg0: Translation, /) -> Transformation
- def __rmul__(self, arg0: UniformScale, /) -> Transformation