|
Rapier C — 2D / f64 0.36.0+c.0
|
Optional full ray result. More...
#include <rapier.h>
Data Fields | |
| struct R2RayHit | hit |
| Shape/ray impact details. | |
| R2Bool | found |
| Whether a result exists; other result fields are meaningful only when this is 1. | |
Optional full ray result.
A miss is found = 0 with status OK.
| R2Bool R2OptionalRayHit::found |
Whether a result exists; other result fields are meaningful only when this is 1.
| struct R2RayHit R2OptionalRayHit::hit |
Shape/ray impact details.