Uses of Class
game.geom.CAffineTransform

Packages that use CAffineTransform
game.graphics.image Contains classes enabling pixel operations such as sub-pixel scrolling, gaussian blur, zoom & rotation. 
 

Uses of CAffineTransform in game.graphics.image
 

Methods in game.graphics.image with parameters of type CAffineTransform
 void CImageProcessor.affineTransform(CAffineTransform transform)
          Applies an affine transformation (such as zoom or rotation) to the whole image.
 void CImageProcessor.affineTransformAA(CAffineTransform transform)
          The resulting image is 4x4 anti-aliased.