Query: swf::matrix
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
.::SWF::Matrix(3pm) User Contributed Perl Documentation .::SWF::Matrix(3pm)NAMESWF::Matrix - SWF matrix classSYNOPSISuse SWF::Matrix; $matrix = $displayItem->getMatrix(); $scaleX = $matrix->getScaleX();DESCRIPTIONSWF::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.METHODS$scaleX = $matrix->getScaleX() Returns X scale. $scaleY = $matrix->getScaleY() Returns Y scale. $rot0 = $matrix->getRotate0() Returns rotation value 0. $rot1 = $matrix->getRotate1() Returns rotation value 1. $trX = $matrix->getTranslateX() Returns X translation value. $trY = $matrix->getTranslateY() Returns Y translation value.AUTHORdevelopers of ming.sourceforge.netSEE ALSOSWF, SWF::DisplayItem perl v5.14.2 2011-10-26 .::SWF::Matrix(3pm)
Related Man Pages |
---|
swf::constants(3pm) - debian |
pango::matrix(3pm) - debian |
swf::buttonrecord(3pm) - debian |
swf::displayitem(3pm) - debian |
tfbs::matrix(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
awk or sed - Convert 2 lines to 1 line |
Detecting unused variables... |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |