Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ _getRotZQuat
Function
_getRotZQuat
physx/source/physxextensions/src/ExtD6Joint.cpp:633–638 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
631
}
632
633
PxQuat _getRotZQuat(float angle)
634
{
635
PxMat33 m;
636
_setRotZ(m, angle);
637
return PxQuat(m);
638
}
639
640
void _setRotX(PxMat33& m, PxReal angle)
641
{
Callers
nothing calls this directly
Calls
2
_setRotZ
Function · 0.85
PxQuat
Class · 0.50
Tested by
no test coverage detected