Manager for course KCL interactions.
Definition at line 18 of file CourseColMgr.hh.
|
| STATIC_ASSERT (sizeof(NoBounceWallColInfo)==0x34) |
|
void | init () |
|
void | scaledNarrowScopeLocal (f32 scale, f32 radius, KColData *data, const EGG::Vector3f &pos, KCLTypeMask mask) |
|
bool | checkPointPartial (f32 scale, KColData *data, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask mask, CollisionInfoPartial *info, KCLTypeMask *maskOut) |
|
bool | checkPointPartialPush (f32 scale, KColData *data, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask mask, CollisionInfoPartial *info, KCLTypeMask *maskOut) |
|
bool | checkPointFull (f32 kclScale, KColData *data, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask mask, CollisionInfo *info, KCLTypeMask *maskOut) |
|
bool | checkPointFullPush (f32 kclScale, KColData *data, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask mask, CollisionInfo *info, KCLTypeMask *maskOut) |
|
bool | checkSpherePartial (f32 scale, f32 radius, KColData *data, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask mask, CollisionInfoPartial *info, KCLTypeMask *maskOut) |
|
bool | checkSpherePartialPush (f32 scale, f32 radius, KColData *data, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask mask, CollisionInfoPartial *info, KCLTypeMask *maskOut) |
|
bool | checkSphereFull (f32 scalar, f32 radius, KColData *data, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask mask, CollisionInfo *info, KCLTypeMask *maskOut) |
|
bool | checkSphereFullPush (f32 scalar, f32 radius, KColData *data, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask mask, CollisionInfo *info, KCLTypeMask *maskOut) |
|
bool | checkPointCachedPartial (f32 scale, KColData *data, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask mask, CollisionInfoPartial *info, KCLTypeMask *maskOut) |
|
bool | checkPointCachedPartialPush (f32 scale, KColData *data, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask mask, CollisionInfoPartial *info, KCLTypeMask *maskOut) |
|
bool | checkPointCachedFull (f32 scale, KColData *data, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask mask, CollisionInfo *info, KCLTypeMask *maskOut) |
|
bool | checkPointCachedFullPush (f32 scale, KColData *data, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask mask, CollisionInfo *info, KCLTypeMask *maskOut) |
|
bool | checkSphereCachedPartial (f32 scale, f32 radius, KColData *data, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask typeMask, CollisionInfoPartial *info, KCLTypeMask *maskOut) |
|
bool | checkSphereCachedPartialPush (f32 scale, f32 radius, KColData *data, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask typeMask, CollisionInfoPartial *info, KCLTypeMask *maskOut) |
|
bool | checkSphereCachedFull (f32 scale, f32 radius, KColData *data, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask typeMask, CollisionInfo *colInfo, KCLTypeMask *maskOut) |
|
bool | checkSphereCachedFullPush (f32 scale, f32 radius, KColData *data, const EGG::Vector3f &pos, const EGG::Vector3f &prevPos, KCLTypeMask typeMask, CollisionInfo *colInfo, KCLTypeMask *maskOut) |
|
|
bool | doCheckWithPartialInfo (KColData *data, CollisionCheckFunc collisionCheckFunc, CollisionInfoPartial *info, KCLTypeMask *typeMask) |
|
bool | doCheckWithPartialInfoPush (KColData *data, CollisionCheckFunc collisionCheckFunc, CollisionInfoPartial *info, KCLTypeMask *typeMask) |
|
bool | doCheckWithFullInfo (KColData *data, CollisionCheckFunc collisionCheckFunc, CollisionInfo *colInfo, KCLTypeMask *flagsOut) |
|
bool | doCheckWithFullInfoPush (KColData *data, CollisionCheckFunc collisionCheckFunc, CollisionInfo *colInfo, KCLTypeMask *flagsOut) |
|
bool | doCheckMaskOnly (KColData *data, CollisionCheckFunc collisionCheckFunc, KCLTypeMask *maskOut) |
|
bool | doCheckMaskOnlyPush (KColData *data, CollisionCheckFunc collisionCheckFunc, KCLTypeMask *maskOut) |
|