Lines Matching defs:determinant
1678 // Calculate the determinant
1713 * Calculates the determinant of a mat2
1716 * @returns {Number} determinant of a
1718 mat2.determinant = function (a) {
1934 * Calculates the determinant of a mat2d
1937 * @returns {Number} determinant of a
1939 mat2d.determinant = function (a) {
2227 // Calculate the determinant
2272 * Calculates the determinant of a mat3
2275 * @returns {Number} determinant of a
2277 mat3.determinant = function (a) {
2692 // Calculate the determinant
2753 * Calculates the determinant of a mat4
2756 * @returns {Number} determinant of a
2758 mat4.determinant = function (a) {
2777 // Calculate the determinant