|
Rapier C — 3D / f32 0.36.0+c.0
|
Optional shape-cast result. More...
#include <rapier.h>
Data Fields | |
| struct R3ShapeCastHit | hit |
| Shape-cast impact details. | |
| R3Bool | found |
| Whether a result exists; other result fields are meaningful only when this is 1. | |
Optional shape-cast result.
A miss is found = 0 with status OK.
| R3Bool R3OptionalShapeCastHit::found |
Whether a result exists; other result fields are meaningful only when this is 1.
| struct R3ShapeCastHit R3OptionalShapeCastHit::hit |
Shape-cast impact details.