Type alias RotationEvent

RotationEvent: {
    angle: number;
    axis: AxisAndPlanes;
}

Type declaration

Generated using TypeDoc