Table of Contents

Struct CompoundPairOverlapFinder<TCompoundA, TCompoundB>

Namespace
BepuPhysics.CollisionDetection.CollisionTasks
Assembly
BepuPhysics.dll
public struct CompoundPairOverlapFinder<TCompoundA, TCompoundB> : ICompoundPairOverlapFinder where TCompoundA : struct, ICompoundShape where TCompoundB : struct, IBoundsQueryableCompound

Type Parameters

TCompoundA
TCompoundB
Implements
Inherited Members

Methods

FindLocalOverlaps(ref Buffer<BoundsTestedPair>, int, BufferPool, Shapes, float, out CompoundPairOverlaps)

public static void FindLocalOverlaps(ref Buffer<BoundsTestedPair> pairs, int pairCount, BufferPool pool, Shapes shapes, float dt, out CompoundPairOverlaps overlaps)

Parameters

pairs Buffer<BoundsTestedPair>
pairCount int
pool BufferPool
shapes Shapes
dt float
overlaps CompoundPairOverlaps