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

Sensor intersection state for a collider pair. More...

#include <rapier.h>

Data Fields

struct R3ColliderHandle collider1
 First collider in the pair.
struct R3ColliderHandle collider2
 Second collider in the pair.
R3Bool intersecting
 Whether the two sensor/collider shapes intersect.

Detailed Description

Sensor intersection state for a collider pair.

Field Documentation

◆ collider1

struct R3ColliderHandle R3IntersectionPair::collider1

First collider in the pair.

◆ collider2

struct R3ColliderHandle R3IntersectionPair::collider2

Second collider in the pair.

◆ intersecting

R3Bool R3IntersectionPair::intersecting

Whether the two sensor/collider shapes intersect.


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