14
Dec
I wrote the matrix class a while ago, it really simplifies a lot of the generic coding you’d have to otherwise do to convert the matrix classes between PhysX and DirectX.
The basic idea is to inherit from the PhysX matrix/vector classes (NxMat34/NxVec3) and add a few constructors and overloaded operators to make it play nice [...]