Rapier C — 3D / f32 0.36.0+c.0
Loading...
Searching...
No Matches
R3PointProjection Struct Reference

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.

Detailed Description

Closest projected world-space point and its collider.

Field Documentation

◆ collider

struct R3ColliderHandle R3PointProjection::collider

World-bound collider handle.

◆ is_inside

R3Bool R3PointProjection::is_inside

Whether the original point was inside the collider.

◆ point

struct R3Vector R3PointProjection::point

Projected world-space point.


The documentation for this struct was generated from the following file: