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

Method getGeometryType

deps/physx/physx/source/physx/src/NpShape.cpp:242–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242PxGeometryType::Enum NpShape::getGeometryType() const
243{
244 NP_READ_CHECK(getOwnerScene());
245
246 return mShape.getGeometryType();
247}
248
249void NpShape::setGeometry(const PxGeometry& g)
250{

Callers 15

addReadyChunkToSceneMethod · 0.45
loaderThreadMethod · 0.45
getShapeCenterFunction · 0.45
computeInternalRadiusFunction · 0.45
computeMassAndInertiaFunction · 0.45
getShapeCenterFunction · 0.45
computeInternalRadiusFunction · 0.45
PxCreateKinematicFunction · 0.45
ShapeSimClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected