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

Method getSphereGeometry

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

Source from the content-addressed store, hash-verified

332
333bool NpShape::getBoxGeometry(PxBoxGeometry& g) const { return getGeometryT(this, PxGeometryType::eBOX, g); }
334bool NpShape::getSphereGeometry(PxSphereGeometry& g) const { return getGeometryT(this, PxGeometryType::eSPHERE, g); }
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); }

Callers 7

computeInternalRadiusFunction · 0.80
computeMassAndInertiaFunction · 0.80
computeInternalRadiusFunction · 0.80
getGeometryMethod · 0.80
outputSphereToStreamFunction · 0.80

Calls 1

getGeometryTFunction · 0.85

Tested by

no test coverage detected