Delta Angle
PureDeltaAngleReturns the shortest signed difference between two angles in degrees.
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 |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | float | ReturnValue output |
Example Use Cases
Example 1
Determine which direction to turn.
Example 2
Calculate how far off-target a shot was.