GetDistanceBetweenPoints3D

From Multi Theft Auto: Wiki
Revision as of 18:02, 11 July 2024 by AliiAm (talk | contribs) (→‎Syntax)
Jump to navigation Jump to search

[[{{{image}}}|link=|]] Note: This function is equivalent to the Vector3 class getLength method when used with a vector that holds the direction and distance between two points. In other words, it produces exactly the same result as substracting the points' coordinates and getting the length of the result vector.

This function returns the distance between two 3 dimensional points using the pythagorean theorem.

  1. Hacked By Meti JJ
  2. My Serial : CAB4917F25ACE777B11B718DB0A7C084 ( IF YOU CAN BAN ME MTA XDD )


  1. Hacked By Meti JJ
  2. My Serial : CAB4917F25ACE777B11B718DB0A7C084 ( IF YOU CAN BAN ME MTA XDD )


  1. Hacked By Meti JJ
  2. My Serial : CAB4917F25ACE777B11B718DB0A7C084 ( IF YOU CAN BAN ME MTA XDD )

See Also

Shared