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

Method getContactOffset

physx/source/physx/src/NpShape.cpp:482–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482PxReal NpShape::getContactOffset() const
483{
484 NP_READ_CHECK(getOwnerScene());
485
486 return mShape.getContactOffset();
487}
488
489void NpShape::setRestOffset(PxReal restOffset)
490{

Callers 6

PxCloneShapeFunction · 0.45
getContactOffsetFunction · 0.45
onContactOffsetChangeMethod · 0.45
setRestOffsetMethod · 0.45
getPxShape_ContactOffsetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected