Function | Defined By | ||
---|---|---|---|
matrixToRotation(matrix:Matrix):Number
Extracts the rotation value (in radians) from a flash.geom.Matrix
| feathers.utils.geom | ||
matrixToScaleX(matrix:Matrix):Number
Extracts the x scale value from a flash.geom.Matrix
| feathers.utils.geom | ||
matrixToScaleY(matrix:Matrix):Number
Extracts the y scale value from a flash.geom.Matrix
| feathers.utils.geom |
matrixToRotation | () | function |
public function matrixToRotation(matrix:Matrix):Number
Product Version : | Feathers 1.2.0 |
Extracts the rotation value (in radians) from a flash.geom.Matrix
Parameters
matrix:Matrix |
Number |
See also
matrixToScaleX | () | function |
public function matrixToScaleX(matrix:Matrix):Number
Product Version : | Feathers 1.2.0 |
Extracts the x scale value from a flash.geom.Matrix
Parameters
matrix:Matrix |
Number |
See also
matrixToScaleY | () | function |
public function matrixToScaleY(matrix:Matrix):Number
Product Version : | Feathers 1.2.0 |
Extracts the y scale value from a flash.geom.Matrix
Parameters
matrix:Matrix |
Number |
See also