Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
482
PxReal NpShape::getContactOffset() const
483
{
484
NP_READ_CHECK(getOwnerScene());
485
486
return mShape.getContactOffset();
487
}
488
489
void NpShape::setRestOffset(PxReal restOffset)
490
{
Callers
6
PxCloneShape
Function · 0.45
getContactOffset
Function · 0.45
internalAddToBroadPhase
Method · 0.45
onContactOffsetChange
Method · 0.45
setRestOffset
Method · 0.45
getPxShape_ContactOffset
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected