SWF::Matrix
SWF matrix class
- Provided by: libswf-perl (Version: 1:0.4.5-1.2ubuntu7)
- Source: ming
- Report a bug
SWF matrix class
use SWF::Matrix;
$matrix = $displayItem->getMatrix();
$scaleX = $matrix->getScaleX();
SWF::Matrix is a helper class useful for getting information about a display items's matrix. There is no constructor method, SWF::Matrix objects are available only thru SWF::DisplayItem's getMatrix() method. The methods below give you read access to the six matrix elements.
developers of
ming.sourceforge.net
SWF, SWF::DisplayItem