Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #44.2K
1 Posted Topic
Re: use linear algebra for that check wikipedia, this is a kind of pseudo-code, fill in the blanks... [CODE]for (y = 0; y < height; y++) { for (x = 0; x < width; x++) { x1 = x0 * cos(theta) - y0 * sin(theta); y1 = x0 * sin(theta) + … |
The End.