|
Rapier C — 3D / f32 0.36.0+c.0
|
Closest projected world-space point and its collider. More...
#include <rapier.h>
Data Fields | |
| struct R3ColliderHandle | collider |
| World-bound collider handle. | |
| struct R3Vector | point |
| Projected world-space point. | |
| R3Bool | is_inside |
| Whether the original point was inside the collider. | |
Closest projected world-space point and its collider.
| struct R3ColliderHandle R3PointProjection::collider |
World-bound collider handle.
| R3Bool R3PointProjection::is_inside |
Whether the original point was inside the collider.
| struct R3Vector R3PointProjection::point |
Projected world-space point.