/ Published in: ActionScript 3
URL: http://www.madvertices.com/2008/10/distanceto-simple-but-nimble.html
Check the distance between two objects in 3D space
Expand |
Embed | Plain Text
//returns the distance between the two objects. trace(myFirstObject.distanceTo(myOtherObject));
You need to login to post a comment.
