Struct CollisionPair
- Namespace
- BepuPhysics.CollisionDetection.CollisionTasks
- Assembly
- BepuPhysics.dll
public struct CollisionPair : ICollisionPair<CollisionPair>- Implements
- Inherited Members
Fields
A
public void* AField Value
- void*
B
public void* BField Value
- void*
Continuation
public PairContinuation ContinuationField Value
FlipMask
Stores whether the types involved in pair require that the resulting contact manifold be flipped to be consistent with the user-requested pair order.
public int FlipMaskField Value
OffsetB
public Vector3 OffsetBField Value
OrientationA
public Quaternion OrientationAField Value
OrientationB
public Quaternion OrientationBField Value
SpeculativeMargin
public float SpeculativeMarginField Value
Properties
PairType
Gets the enumeration type associated with this pair type.
public static CollisionTaskPairType PairType { get; }Property Value
Methods
GetContinuation(ref CollisionPair)
public static ref PairContinuation GetContinuation(ref CollisionPair pair)Parameters
- pairCollisionPair