MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / getRestOffset

Function getRestOffset

physx/source/simulationcontroller/src/ScShapeSim.h:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 PX_INLINE PxShape* getPxShape() const { return const_cast<PxShape*>(mCore.getPxShape()); }
89
90 PX_FORCE_INLINE PxReal getRestOffset() const { return mCore.getRestOffset(); }
91 PX_FORCE_INLINE PxReal getTorsionalPatchRadius() const { return mCore.getTorsionalPatchRadius(); }
92 PX_FORCE_INLINE PxReal getMinTorsionalPatchRadius() const { return mCore.getMinTorsionalPatchRadius(); }
93 PX_FORCE_INLINE PxU32 getFlags() const { return mCore.getFlags(); }

Callers

nothing calls this directly

Calls 1

getRestOffsetMethod · 0.80

Tested by

no test coverage detected