Changes between Version 20 and Version 21 of FRAME_ROTATION_R1
- Timestamp:
- 06/06/09 02:00:09 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_ROTATION_R1
v20 v21 80 80 Add helper method rotateAround(radians, point) which returns a new point rotated around the give point by the given radians. Example use: rotate size of a frame content by frame content's radians around the frame content location. 81 81 82 * Frame 83 84 Change the default rotation center position to TOP_LEFT. This will be factored out later so all calculations are done on contentLocation without the need to go through the rotationCenter logic 85 82 86 * ImmMatrix 83 87