|
-
Apr 5th, 2002, 06:34 AM
#10
Thread Starter
Lively Member
Sorry , but i didnt quite understood u.
i use something like this x=100+fix(veiolicty*cos(angle))
and for y as well with sin.
and for the rotation i use
x=point.x*cos(angle)-point.y*sin(angle)
destx=100+fix(x)
y=point.x*sin(angle)+point.y*cos(angle)
desty=100+fix(y)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|