This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| 4rpl:commands:ballisticarclateral [2021/01/08 16:01] – external edit 127.0.0.1 | 4rpl:commands:ballisticarclateral [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTOC~~ | ~~NOTOC~~ | ||
| - | < | + | < |
| + | < | ||
| + | |||
| ====== BallisticArcLateral ====== | ====== BallisticArcLateral ====== | ||
| Line 10: | Line 13: | ||
| Not every combination of inputs has a computable output. In the case the ballistic arc does not have a solution, zeros are returned for all values. | Not every combination of inputs has a computable output. In the case the ballistic arc does not have a solution, zeros are returned for all values. | ||
| - | - from: Vector point projectile will fire from | + | - from: Vector point projectile will fire from\\ |
| - | - lateralSpeed: | + | - lateralSpeed: |
| - | - target: Vector point projectile is trying to hit | + | - target: Vector point projectile is trying to hit\\ |
| - | - maxHeight: height | + | - maxHeight: |
| - | | + | |
| - | - fireVelocity: | + | - fireVelocity: |
| - | - gravity: gravity necessary to projectile to hit precisely max_height | + | - gravity: gravity necessary to projectile to hit precisely max_height\\ |
| - travelTime: The time it takes the projective to reach to target. | - travelTime: The time it takes the projective to reach to target. | ||
| + | This API synergizes with the [[4rpl: | ||
| ===== Examples ===== | ===== Examples ===== | ||