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