Table of Contents

Interface ICompoundPairOverlapFinder

Namespace
BepuPhysics.CollisionDetection.CollisionTasks
Assembly
BepuPhysics.dll
public interface ICompoundPairOverlapFinder

Methods

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

public static abstract 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