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

Method getGeometry

deps/physx/physx/source/physx/src/NpShape.cpp:315–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315PxGeometryHolder NpShape::getGeometry() const
316{
317 PX_COMPILE_TIME_ASSERT(sizeof(Gu::GeometryUnion)>=sizeof(PxGeometryHolder));
318 return reinterpret_cast<const PxGeometryHolder&>(mShape.getGeometry());
319}
320
321template<class T>
322static PX_FORCE_INLINE bool getGeometryT(const NpShape* npShape, PxGeometryType::Enum type, T& geom)

Callers 15

updateInertiaFunction · 0.45
stepPhysicsFunction · 0.45
renderActorsFunction · 0.45
readyToSyncCCTMethod · 0.45
detachMethod · 0.45
explodeMethod · 0.45
computeInternalRadiusFunction · 0.45
testForOverlapMethod · 0.45
linearSweepSingleMethod · 0.45

Calls

no outgoing calls

Tested by 1

testForOverlapMethod · 0.36