Struct SphereIncludingPair
- Namespace
- BepuPhysics.CollisionDetection.CollisionTasks
- Assembly
- BepuPhysics.dll
public struct SphereIncludingPair : ICollisionPair<SphereIncludingPair>- Implements
- Inherited Members
Fields
A
public Sphere AField Value
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
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 SphereIncludingPair)
public static ref PairContinuation GetContinuation(ref SphereIncludingPair pair)Parameters
- pairSphereIncludingPair