Used during setup - allow the creator to register functors to do the actual collision detection. Each functor inherits from this - has a name to help debugging! The functor has to be able to handle the primitivs being passed to it in either order.

Namespace: JigLibX.Collision
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public abstract class DetectFunctor
Visual Basic
Public MustInherit Class DetectFunctor
Visual C++
public ref class DetectFunctor abstract

Inheritance Hierarchy

See Also