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