(from-matrix4 m4)(get-normal-matrix m4)(identity-matrix3)(almost-equals m1 m2)(clone' m)(determinant m)(equals m1 m2)(invert m1)Inverts this matrix, using the analytic method. You can not invert with a determinant of zero. If you attempt this, the method produces a zero matrix instead.
Inverts this matrix, using the analytic method. You can not invert with a determinant of zero. If you attempt this, the method produces a zero matrix instead.
(multiply m1 m2)Sets this matrix to m1 * m2.
Sets this matrix to m1 * m2.
(transpose m1)(matrix3)(matrix3 sq)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |