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

Method getConvexMeshGeometry

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

Source from the content-addressed store, hash-verified

335bool NpShape::getCapsuleGeometry(PxCapsuleGeometry& g) const { return getGeometryT(this, PxGeometryType::eCAPSULE, g); }
336bool NpShape::getPlaneGeometry(PxPlaneGeometry& g) const { return getGeometryT(this, PxGeometryType::ePLANE, g); }
337bool NpShape::getConvexMeshGeometry(PxConvexMeshGeometry& g) const { return getGeometryT(this, PxGeometryType::eCONVEXMESH, g); }
338bool NpShape::getTriangleMeshGeometry(PxTriangleMeshGeometry& g) const { return getGeometryT(this, PxGeometryType::eTRIANGLEMESH, g); }
339bool NpShape::getHeightFieldGeometry(PxHeightFieldGeometry& g) const { return getGeometryT(this, PxGeometryType::eHEIGHTFIELD, g); }
340

Callers 7

getShapeCenterFunction · 0.80
computeMassAndInertiaFunction · 0.80
getShapeCenterFunction · 0.80
getGeometryMethod · 0.80
outputConvexToStreamFunction · 0.80

Calls 1

getGeometryTFunction · 0.85

Tested by

no test coverage detected