Posts
 
Reputation
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
~3K People Reached
Favorite Forums
Favorite Tags
c x 4

1 Posted Topic

Member Avatar for dalaharp

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) + …

Member Avatar for arielbernal
0
3K

The End.