revillo
Results
2
comments of
revillo
``` /** * Inverts an affine matrix * * @param {mat4} out the receiving matrix * @param {ReadonlyMat4} a the source matrix * @returns {mat4} out */ export function affineInvert(out,...
There are also inconsistencies in the setTranslation() functions taking either vectors or components between RigidBody and RigidBodyDesc