Move Toward Angle
PureMoveTowardAngleLike MoveToward but handles angle wrapping correctly.
Type: Pure (no side effects)
Category: Fortuna|Math & Numeric
Keywords: math & numeric
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Current | float | — | Current parameter |
| Target | float | — | Target parameter |
| MaxDelta | float | — | MaxDelta parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | float | ReturnValue output |
Example Use Cases
Example 1
Smooth steering wheel rotation.
Example 2
Gradual aim correction toward target bearing.