MCPcopy 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
633PxQuat _getRotZQuat(float angle)
634{
635 PxMat33 m;
636 _setRotZ(m, angle);
637 return PxQuat(m);
638}
639
640void _setRotX(PxMat33& m, PxReal angle)
641{

Callers

nothing calls this directly

Calls 2

_setRotZFunction · 0.85
PxQuatClass · 0.50

Tested by

no test coverage detected