(->css m)
Represent a matrix as a CSS transform matrix(...)
string
Represent a matrix as a CSS transform `matrix(...)` string
(det m)
Returns the determinant of the top-left corner of the 3x3 matrix (ignoring the translation).
Returns the determinant of the top-left corner of the 3x3 matrix (ignoring the translation).
(mult [a0 a1 a2 a3 a4 a5] [b0 b1 b2 b3 b4 b5])
Multiplies the first matrix by the second matrix. This composes the transformations from right to left.
Multiplies the first matrix by the second matrix. This composes the transformations from right to left.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close