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

Optional intersection pair; check found before reading the pair. More...

#include <rapier.h>

Data Fields

struct R2IntersectionPair pair
 Intersection pair state.
R2Bool found
 Whether a result exists; other result fields are meaningful only when this is 1.

Detailed Description

Optional intersection pair; check found before reading the pair.

Field Documentation

◆ found

R2Bool R2OptionalIntersectionPair::found

Whether a result exists; other result fields are meaningful only when this is 1.

◆ pair

struct R2IntersectionPair R2OptionalIntersectionPair::pair

Intersection pair state.


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