MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / IsRayMotion

Method IsRayMotion

ogsr_engine/xrGame/PHObject.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63public:
64 IC BOOL IsRayMotion() { return m_flags.test(fl_ray_motions); }
65 void IslandReinit() { m_island.Unmerge(); }
66 void IslandStep(dReal step) { m_island.Step(step); }
67 void MergeIsland(CPHObject* obj) { m_island.Merge(&obj->m_island); }

Callers 1

CollideIntoGroupFunction · 0.80

Calls 1

testMethod · 0.45

Tested by

no test coverage detected