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

Method getRestOffset

physx/source/physx/src/NpShape.cpp:499–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497}
498
499PxReal NpShape::getRestOffset() const
500{
501 NP_READ_CHECK(getOwnerScene());
502
503 return mShape.getRestOffset();
504}
505
506void NpShape::setTorsionalPatchRadius(PxReal radius)
507{

Callers 6

PxCloneShapeFunction · 0.80
getRestOffsetFunction · 0.80
updateStateMethod · 0.80
createManagerMethod · 0.80
setContactOffsetMethod · 0.80
getPxShape_RestOffsetFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected