MCPcopy 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
626PxQuat _getRotYQuat(float angle)
627{
628 PxMat33 m;
629 _setRotY(m, angle);
630 return PxQuat(m);
631}
632
633PxQuat _getRotZQuat(float angle)
634{

Callers

nothing calls this directly

Calls 2

_setRotYFunction · 0.85
PxQuatClass · 0.50

Tested by

no test coverage detected