Type Alias RotationEvent

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