MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / computeScaledMatrix

Function computeScaledMatrix

physx/source/geomutils/src/GuBounds.cpp:99–102  ·  view source on GitHub ↗

PT: please don't inline this one - 300+ lines of rarely used code

Source from the content-addressed store, hash-verified

97
98// PT: please don't inline this one - 300+ lines of rarely used code
99static void computeScaledMatrix(PxMat33Padded& rot, const PxMeshScale& scale)
100{
101 rot = rot * scale.toMat33();
102}
103
104static PX_FORCE_INLINE void transformNoEmptyTest(Vec3p& c, Vec3p& ext, const PxTransform& transform, const PxMeshScale& scale, const CenterExtentsPadded& bounds)
105{

Callers 2

transformNoEmptyTestFunction · 0.85
computeBoundsMethod · 0.85

Calls 1

toMat33Method · 0.80

Tested by

no test coverage detected