TransformationMatrices
A collection of transformation matrices.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
TransformationMatrix add( Number horizontalScaleFactor, Number verticalScaleFactor, Number clockwiseShearAngle, Number counterclockwiseRotationAngle, Number horizontalTranslation, Number verticalTranslation, Number matrixValues, Mixed matrixMapping, Object withProperties )
Create a new TransformationMatrix.
Parameters
Number count()
Displays the number of elements in the TransformationMatrix.
TransformationMatrix item( Mixed index )
Returns the TransformationMatrix with the specified index or name.
Parameters
TransformationMatrix itemByName( String name )
Returns the TransformationMatrix with the specified name.
Parameters
TransformationMatrix itemByRange( Mixed from, Mixed to )
Returns the TransformationMatrices within the specified range.
Parameters
TransformationMatrix firstItem()
Returns the first TransformationMatrix in the collection.
TransformationMatrix lastItem()
Returns the last TransformationMatrix in the collection.
TransformationMatrix middleItem()
Returns the middle TransformationMatrix in the collection.
TransformationMatrix previousItem( TransformationMatrix obj )
Returns the TransformationMatrix with the index previous to the specified index.
Parameters
TransformationMatrix nextItem( TransformationMatrix obj )
Returns the TransformationMatrix whose index follows the specified TransformationMatrix in the collection.
Parameters
TransformationMatrix anyItem()
Returns any TransformationMatrix in the collection.
TransformationMatrix everyItem()
Returns every TransformationMatrix in the collection.
String toSource()
Generates a string which, if executed, will return the TransformationMatrix.
TransformationMatrix []( Number index )
Returns the TransformationMatrix with the specified index.