Table of Contents

Struct ConvexCompoundOverlapFinder<TConvex, TConvexWide, TCompound>

Namespace
BepuPhysics.CollisionDetection.CollisionTasks
Assembly
BepuPhysics.dll
public struct ConvexCompoundOverlapFinder<TConvex, TConvexWide, TCompound> : IConvexCompoundOverlapFinder where TConvex : struct, IConvexShape where TConvexWide : struct, IShapeWide<TConvex> where TCompound : struct, IBoundsQueryableCompound

Type Parameters

TConvex
TConvexWide
TCompound
Implements
Inherited Members

Methods

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

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

Parameters

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