Table of Contents

Struct SphereIncludingPair

Namespace
BepuPhysics.CollisionDetection.CollisionTasks
Assembly
BepuPhysics.dll
public struct SphereIncludingPair : ICollisionPair<SphereIncludingPair>
Implements
Inherited Members

Fields

A

public Sphere A

Field Value

Sphere

B

public void* B

Field Value

void*

Continuation

public PairContinuation Continuation

Field Value

PairContinuation

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

int

OffsetB

public Vector3 OffsetB

Field Value

Vector3

OrientationB

public Quaternion OrientationB

Field Value

Quaternion

SpeculativeMargin

public float SpeculativeMargin

Field Value

float

Properties

PairType

Gets the enumeration type associated with this pair type.

public static CollisionTaskPairType PairType { get; }

Property Value

CollisionTaskPairType

Methods

GetContinuation(ref SphereIncludingPair)

public static ref PairContinuation GetContinuation(ref SphereIncludingPair pair)

Parameters

pair SphereIncludingPair

Returns

PairContinuation