matrix(a,b,c,d,e,f) specifies a transformation matrix $$\left[ \begin{array}{ccc} a & c & e \ b & d & f \ 0 & 0 & 1 \end{array} \right].$$ This function mirrors the SVG/CSS matrix transform function.
matrix(a,b,c,d,e,f)
matrix
top left entry
middle left entry
top center entry
middle center entry
top right entry
middle right entry
Transformation matrix
matrix(a,b,c,d,e,f)
specifies a transformation matrix $$\left[ \begin{array}{ccc} a & c & e \ b & d & f \ 0 & 0 & 1 \end{array} \right].$$ This function mirrors the SVG/CSSmatrix
transform function.