debian man page for swf::matrix

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)

NAME
SWF::Matrix - SWF matrix class
SYNOPSIS
use SWF::Matrix; $matrix = $displayItem->getMatrix(); $scaleX = $matrix->getScaleX();
DESCRIPTION
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.
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.
AUTHOR
developers of ming.sourceforge.net
SEE ALSO
SWF, SWF::DisplayItem perl v5.14.2 2011-10-26 .::SWF::Matrix(3pm)
Related Man Pages
pango::matrix(3pm) - debian
swf::button(3pm) - debian
swf::displayitem(3pm) - debian
swf::movieclip(3pm) - debian
swf::videostream(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
One instance of comparing grep and awk
Weird 'find' results
My first PERL incarnation... Audio Oscillograph