Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ _getRotYQuat
Function
_getRotYQuat
physx/source/physxextensions/src/ExtD6Joint.cpp:626–631 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
624
}
625
626
PxQuat _getRotYQuat(float angle)
627
{
628
PxMat33 m;
629
_setRotY(m, angle);
630
return PxQuat(m);
631
}
632
633
PxQuat _getRotZQuat(float angle)
634
{
Callers
nothing calls this directly
Calls
2
_setRotY
Function · 0.85
PxQuat
Class · 0.50
Tested by
no test coverage detected