Skip to content

@ue-too/board / index / RotationBoundary

型エイリアス: RotationBoundary

RotationBoundary = object

定義: packages/board/src/camera/utils/rotation.ts:39

Experimental rotation boundary type with positive/negative direction semantics.

Remarks

This is an experimental alternative to RotationLimits with different direction semantics.

プロパティ

end

end: number

定義: packages/board/src/camera/utils/rotation.ts:41

Ending angle of the boundary in radians


positiveDirection

positiveDirection: boolean

定義: packages/board/src/camera/utils/rotation.ts:42

If true, range extends in positive angle direction. If false, negative direction


start

start: number

定義: packages/board/src/camera/utils/rotation.ts:40

Starting angle of the boundary in radians


startAsTieBreaker

startAsTieBreaker: boolean

定義: packages/board/src/camera/utils/rotation.ts:43

When equidistant from start and end, prefer start if true, end if false