The flash.geom package contains geometry classes, such as Point, Rectangle, and Matrix, to support the BitmapData class and the bitmap caching feature that were new in Flash Player 8.
| Class | Description | |
|---|---|---|
| ColorTransform | The ColorTransform class lets you mathematically adjust all of the color values in a movie clip. | |
| Matrix | The flash.geom.Matrix class represents a transformation matrix that determines how to map points from one coordinate space to another. | |
| Point | The Point class represents a location in a two-dimensional coordinate system, where x represents the horizontal axis and y represents the vertical axis. | |
| Rectangle | The Rectangle class is used to create and modify Rectangle objects. | |
| Transform | The Transform class collects data about color transformations and coordinate manipulations that are applied to a MovieClip object. |