/ Published in: ActionScript
Expand |
Embed | Plain Text
dx = x2 – x1; dy = y2 – y1; dist = Math.sqrt(dx*dx + dy*dy);
You need to login to post a comment.
tuffstudio on 12/30/10
1 person have marked this snippet as a favorite
dx = x2 – x1; dy = y2 – y1; dist = Math.sqrt(dx*dx + dy*dy);
You need to login to post a comment.