Type Alias RotateByHandlerFunction

RotateByHandlerFunction: (
    delta: number,
    camera: BoardCamera,
    config: RotationHandlerConfig,
) => number

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

Type declaration