Liking cljdoc? Tell your friends :D

mathree.matrix3


from-matrix4cljs

(from-matrix4 m4)

get-normal-matrixcljs

(get-normal-matrix m4)

identity-matrix3cljs

(identity-matrix3)

IMatrix3cljsprotocol

almost-equalscljs

(almost-equals m1 m2)

clone'cljs

(clone' m)

determinantcljs

(determinant m)

equalscljs

(equals m1 m2)

invertcljs

(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.

multiplycljs

(multiply m1 m2)

Sets this matrix to m1 * m2.

Sets this matrix to m1 * m2.

transposecljs

(transpose m1)

matrix3cljs

(matrix3)
(matrix3 sq)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close