Table of Contents

Struct SpherePair

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

Fields

A

public Sphere A

Field Value

Sphere

B

public Sphere B

Field Value

Sphere

Continuation

public PairContinuation Continuation

Field Value

PairContinuation

OffsetB

public Vector3 OffsetB

Field Value

Vector3

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 SpherePair)

public static ref PairContinuation GetContinuation(ref SpherePair pair)

Parameters

pair SpherePair

Returns

PairContinuation