toji / gl-matrix

Javascript Matrix and Vector library for High Performance WebGL apps
glmatrix.net
MIT License
5.37k stars 721 forks source link

Improve mat4 determinant algorithm #384

Closed rhendric closed 4 years ago

rhendric commented 4 years ago

This version shaves off two multiplication operations.

stefnotch commented 4 years ago

Thank you very much! (The travis build failure is unrelated to this)