Torque3D Documentation / _generateds / IntersectorBase

IntersectorBase

Engine/source/math/mIntersector.h

Base class for intersector implementations.

More...

Public Types

Testee
TesteeType 
Tester
TesterType 

Protected Attributes

Public Functions

Detailed Description

Base class for intersector implementations.

Public Types

typedef Testee TesteeType 
typedef Tester TesterType 

Protected Attributes

TesterType mTester 

Public Functions

IntersectorBase()

IntersectorBase(const TesterType & tester)