14 void narrScLocal(f32 radius,
const EGG::Vector3f &pos, KCLTypeMask flags);
24 KCLTypeMask flags,
CollisionInfo *pInfo, KCLTypeMask *typeMaskOut);
26 KCLTypeMask flags,
CollisionInfo *pInfo, KCLTypeMask *typeMaskOut);
28 [[nodiscard]]
bool checkSpherePartial(f32 radius,
const EGG::Vector3f &pos,
30 KCLTypeMask *typeMaskOut);
31 [[nodiscard]]
bool checkSpherePartialPush(f32 radius,
const EGG::Vector3f &pos,
33 KCLTypeMask *typeMaskOut);
34 [[nodiscard]]
bool checkSphereFull(f32 radius,
const EGG::Vector3f &pos,
36 KCLTypeMask *typeMaskOut);
37 [[nodiscard]]
bool checkSphereFullPush(f32 radius,
const EGG::Vector3f &pos,
39 KCLTypeMask *typeMaskOut);
41 [[nodiscard]]
bool checkPointCachedPartial(
const EGG::Vector3f &pos,
43 KCLTypeMask *typeMaskOut);
44 [[nodiscard]]
bool checkPointCachedPartialPush(
const EGG::Vector3f &pos,
46 KCLTypeMask *typeMaskOut);
48 KCLTypeMask mask,
CollisionInfo *pInfo, KCLTypeMask *typeMaskOut);
49 [[nodiscard]]
bool checkPointCachedFullPush(
const EGG::Vector3f &pos,
51 KCLTypeMask *typeMaskOut);
53 [[nodiscard]]
bool checkSphereCachedPartial(f32 radius,
const EGG::Vector3f &pos,
55 KCLTypeMask *typeMaskOut);
56 [[nodiscard]]
bool checkSphereCachedPartialPush(f32 radius,
const EGG::Vector3f &pos,
58 KCLTypeMask *typeMaskOut);
59 [[nodiscard]]
bool checkSphereCachedFull(f32 radius,
const EGG::Vector3f &pos,
61 KCLTypeMask *typeMaskOut);
62 [[nodiscard]]
bool checkSphereCachedFullPush(f32 radius,
const EGG::Vector3f &pos,
64 KCLTypeMask *typeMaskOut);
75 void setScale(f32 val) {