Table of Contents

Interface ISweepFilter

Namespace
BepuPhysics.CollisionDetection
Assembly
BepuPhysics.dll
public interface ISweepFilter

Methods

AllowTest(int, int)

Checks whether a swept test should be performed for children of swept shapes.

bool AllowTest(int childA, int childB)

Parameters

childA int

Index of the child belonging to collidable A.

childB int

Index of the child belonging to collidable B.

Returns

bool

True if testing should proceed, false otherwise.