Usages of MatrixOrder
Method Return Values
from (MatrixOrder) | in MatrixOrder | Converts the given argument to an enum constant of this enum type. |
Method Parameters
multiply (Matrix, MatrixOrder?) | in Matrix | Multiplies this matrix instance by the given instance using the given order. | |
rotate (number, Point, MatrixOrder?) | in Matrix | Prepends or appends a rotation operation to this matrix around the specified rotation center. | |
rotate (number, MatrixOrder?) | in Matrix | Prepends or appends a rotation operation to this matrix around the origin. | |
scale (number, number, MatrixOrder?) | in Matrix | Appends or prepends a scale operation to this instance. | |
translate (Point, MatrixOrder?) | in Matrix | Appends or Prepends a translation to this instance. | |
from (MatrixOrder) | in MatrixOrder | Converts the given argument to an enum constant of this enum type. | |
getName (MatrixOrder) | in MatrixOrder | Returns the name of the given enum constant. |