Type Alias RotateToHandlerFunction

RotateToHandlerFunction: (
    targetRotation: number,
    camera: BoardCamera,
    config: RotationHandlerConfig,
) => number

The function that is used to rotate the camera to a specific target rotation. The target rotation is in radians. This is structured as a handler pipeline.

Type declaration