Struct SpherePair
- Namespace
- BepuPhysics.CollisionDetection.CollisionTasks
- Assembly
- BepuPhysics.dll
public struct SpherePair : ICollisionPair<SpherePair>
- Implements
- Inherited Members
Fields
A
public Sphere A
Field Value
B
public Sphere B
Field Value
Continuation
public PairContinuation Continuation
Field Value
OffsetB
public Vector3 OffsetB
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 SpherePair)
public static ref PairContinuation GetContinuation(ref SpherePair pair)
Parameters
pair
SpherePair