PxDominanceGroupPair Struct Reference

Expresses the dominance relationship of a contact. For the time being only three settings are permitted: More...

#include <PxScene.h>

Public Member Functions

 PxDominanceGroupPair (PxU8 a, PxU8 b)
 

Public Attributes

PxU8 dominance0
 
PxU8 dominance1
 

Detailed Description

Expresses the dominance relationship of a contact. For the time being only three settings are permitted:

(1, 1), (0, 1), and (1, 0).

See also
getDominanceGroup() PxDominanceGroup PxScene::setDominanceGroupPair()

Constructor & Destructor Documentation

◆ PxDominanceGroupPair()

PxDominanceGroupPair::PxDominanceGroupPair ( PxU8  a,
PxU8  b 
)
inline

Member Data Documentation

◆ dominance0

PxU8 PxDominanceGroupPair::dominance0

◆ dominance1

PxU8 PxDominanceGroupPair::dominance1

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