Function: applyMatrix()
applyMatrix(
mobject,matrix,options?):ApplyMatrix
Defined in: animation/transform/ApplyTransforms.ts:388
Create an ApplyMatrix animation.
Parameters
mobject
The Mobject to transform (VMobject or Group)
matrix
number[][]
2x2 or 3x3 transformation matrix
options?
Omit<ApplyMatrixOptions, "matrix">
Animation options including aboutPoint