MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / NpShapeGetScPtrOffset

Function NpShapeGetScPtrOffset

deps/physx/physx/source/physx/src/NpShape.cpp:697–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697size_t NpShapeGetScPtrOffset()
698{
699 const size_t offset = size_t(&(reinterpret_cast<NpShape*>(0)->getScbShape().getScShape()));
700 return offset;
701}
702
703void NpShapeIncRefCount(Scb::Shape& scb)
704{

Callers 5

NpScene.cppFile · 0.85
addBodyAndShapesToPvdMethod · 0.85
switchRigidFromNoSimMethod · 0.85
addOrRemoveRigidObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected