16 [[nodiscard]]
bool checkSpherePartial(f32 radius,
const EGG::Vector3f &pos,
18 KCLTypeMask *maskOut, u32 timeOffset);
19 [[nodiscard]]
bool checkSpherePartialPush(f32 radius,
const EGG::Vector3f &pos,
21 KCLTypeMask *maskOut, u32 timeOffset);
22 [[nodiscard]]
bool checkSphereFull(f32 radius,
const EGG::Vector3f &pos,
24 KCLTypeMask *maskOut, u32 timeOffset);
25 [[nodiscard]]
bool checkSphereFullPush(f32 radius,
const EGG::Vector3f &pos,
27 KCLTypeMask *maskOut, u32 timeOffset);
28 [[nodiscard]]
bool checkSphereCachedPartial(f32 radius,
const EGG::Vector3f &pos,
30 KCLTypeMask *maskOut, u32 timeOffset);
31 [[nodiscard]]
bool checkSphereCachedPartialPush(f32 radius,
const EGG::Vector3f &pos,
33 KCLTypeMask *maskOut, u32 timeOffset);
34 [[nodiscard]]
bool checkSphereCachedFullPush(f32 radius,
const EGG::Vector3f &pos,
36 KCLTypeMask *maskOut, u32 timeOffset);
37 void colNarScLocal(f32 radius,
const EGG::Vector3f &pos, KCLTypeMask mask, u32 timeOffset);
40 static void DestroyInstance();