#include <imtl.h>
Public Member Functions |
|
ISectList () | |
~ISectList () | |
BOOL | IsEmpty () |
CoreExport void | Add (ISect *is) |
CoreExport void | Prune (float a) |
CoreExport void | Init () |
Public Attributes |
|
ISect * | first |
BOOL IsEmpty | ( | ) | [inline] |
{ return first?0:1; }
CoreExport void Add | ( | ISect * | is | ) |
CoreExport void Prune | ( | float | a | ) |
CoreExport void Init | ( | ) |