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

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

#include <rapier.h>

Data Fields

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

Detailed Description

Sensor intersection state for a collider pair.

Field Documentation

◆ collider1

struct R2ColliderHandle R2IntersectionPair::collider1

First collider in the pair.

◆ collider2

struct R2ColliderHandle R2IntersectionPair::collider2

Second collider in the pair.

◆ intersecting

R2Bool R2IntersectionPair::intersecting

Whether the two sensor/collider shapes intersect.


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