Viewer
    Preparing search index...

    Type Alias Rotation

    Rotation defined by an angle and an axis.

    type Rotation = {
        angle: number;
        axis: number[];
    }
    Index

    Properties

    Properties

    angle: number

    The angle of the rotation.

    axis: number[]

    The axis of the rotation.