Struct SphereIncludingPair
- Namespace
- BepuPhysics.CollisionDetection.CollisionTasks
- Assembly
- BepuPhysics.dll
public struct SphereIncludingPair : ICollisionPair<SphereIncludingPair>
- Implements
- Inherited Members
Fields
A
public Sphere A
Field Value
B
public void* B
Field Value
- void*
Continuation
public PairContinuation Continuation
Field 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 FlipMask
Field Value
OffsetB
public Vector3 OffsetB
Field Value
OrientationB
public Quaternion OrientationB
Field Value
SpeculativeMargin
public float SpeculativeMargin
Field 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
pair
SphereIncludingPair