piipu wrote:
I believe the reason for this is because triangles don't work that way.
my bad. i cant rememeber why i thought that one worked O_o, you can still shorten the currently three step process by using pythagoras on the magnitudes though.
oh, wait, second thought:
dist = ((vector1 - vector2).Magnitude) should do the pythagoras for us. hooray, proper method. my bad for the other one ^^;;