2D TRANSFORMATIONS
The ability to perform transformations on objects in an image is an important feature of a graphics system. Operators were added to this system which allow the user to create 2D transformation matrices that perform the following transformations:
- scale around (0, 0)
- scale around an arbitrary point, with the x-scale direction oriented to a specified angle
- translate
- rotate around (0, 0)
- rotate around an arbitrary point
0 comments:
Post a Comment