KC's Workspace
    Preparing search index...

    A value for the rotate property.

    interface Rotate {
        angle: Angle;
        x: number;
        y: number;
        z: number;
    }
    Index

    Properties

    Properties

    angle: Angle

    The angle of rotation.

    x: number

    Rotation around the x axis.

    y: number

    Rotation around the y axis.

    z: number

    Rotation around the z axis.