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

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.

Detailed Description

Closest projected world-space point and its collider.

Field Documentation

◆ collider

struct R2ColliderHandle R2PointProjection::collider

World-bound collider handle.

◆ is_inside

R2Bool R2PointProjection::is_inside

Whether the original point was inside the collider.

◆ point

struct R2Vector R2PointProjection::point

Projected world-space point.


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