Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ setMotion
Method
setMotion
physx/source/physxextensions/src/ExtD6Joint.cpp:99–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
void D6Joint::setMotion(PxD6Axis::Enum index, PxD6Motion::Enum t)
100
{
101
data().motion[index] = t;
102
mRecomputeMotion = true;
103
markDirty();
104
}
105
106
PxReal D6Joint::getTwistAngle() const
107
{
Callers
6
PxD6JointCreate_Distance
Method · 0.45
PxD6JointCreate_Prismatic
Method · 0.45
PxD6JointCreate_Revolute
Method · 0.45
PxD6JointCreate_Spherical
Method · 0.45
PxD6JointCreate_GenericCone
Method · 0.45
PxD6JointCreate_Pyramid
Method · 0.45
Calls
1
markDirty
Function · 0.85
Tested by
no test coverage detected