(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 is a website building & hosting documentation for Clojure/Script libraries
× close