Class

"Matrix"

DuAEExpression.Library."Matrix"()

2D Transformation Matrix. Simplified for use in After Effects Expressions by Nicolas "Duduf" Dufresne
Constructor

# new "Matrix"()

2D transformation matrix object initialized with identity matrix. See the source code for more documentation.
Properties:
Name Type Description
a number scale x
b number shear y
c number shear x
d number scale y
e number translate x
f number translate y
Version:
  • 2.7.5
Author:
  • Epistemex
License:
  • MIT license (header required)

View Source DuAEF_DuSan_api.jsxinc, line 24735