Historique des commits

Auteur SHA1 Message Date
  WestLangley 718f1483b0 Updated tests affected by simplified Matrix* constructors il y a 11 ans
  Ben Houston 662057b5d8 comment out debug code. il y a 11 ans
  Ben Houston e437ae2699 Matrix4.decompose was incorrect, didn't account for a singular negative scale axis (also added unit test.) il y a 11 ans
  Ben Houston 3fc64d7577 @gero3 reported that Matrix4.getInverse() was incorrect when the operand was the same as this. Fixed with unit test. il y a 12 ans
  Ben Houston 51ee3f2cfa fix accidential global in Matrix3.compose and Matrix4.compose unit tests. il y a 12 ans
  Mr.doob cfc98f59be Updated tests affected by previous commit. il y a 12 ans
  Mr.doob b062fee866 Removed Vector* add() to addVectors() and addSelf() to add(). Same with sub, cross, min, max, lerp... Renamed Matrix* and Quaternion multiply() to multiplyMatrices(), multiplyQuaternions() and multiplySelf() to multiply(). See #2860. il y a 12 ans
  Ben Houston 86feeaeaac add another determinant unit tests which utilizes every value of the matrix. il y a 12 ans
  Ben Houston e8b0de4ce8 expand tests of Matrix3 and Matrix4 inverse functions. il y a 12 ans
  Ben Houston f52aa6303d expand Matrix3 with set, identity, copy, multiplyScalar, deteminant, clone; Matrix3/4.getInverse will now optionally throw an exception; start Matrix3/4 unit tests il y a 12 ans