StopPlan
pixi-wheels / index / StopPlan
Interface: StopPlan
Defined in: spin/StopPlanner.ts:40
Properties#
| Property | Type | Description | Defined in |
|---|---|---|---|
anticipation | "creep" | "stutter" | "stall" | null | - | spin/StopPlanner.ts:48 |
legs | StopLeg[] | - | spin/StopPlanner.ts:41 |
netRotation | number | Rotation applied over the whole plan, signed by the spin direction. | spin/StopPlanner.ts:45 |
totalDuration | number | Sum of leg durations, ms. | spin/StopPlanner.ts:43 |
turns | number | Full turns the deceleration makes before landing. | spin/StopPlanner.ts:47 |