Re: Rotating text (basic high school geometry) [SOLVED]
- Posted by ghaberek (admin) Nov 03, 2023
- 826 views
Glad you solved it, Pete. I know rubber duck debugging can be really helpful for me.
For clarity's sake, you're talking about rotating 2D points on a plane for graphical text? (or just the origin point of the text)
Or are you trying to rotate a matrix of characters, like this? (where X is the pivot point, and thole thing is rotated 90° clockwise)
" " " X " "X TEXT" -> " " " " " " " " " " " T " " E " " X " " T "
-Greg