Distance2D( <point1>, <point2> )


Module: Vector

Summary:

Returns the distance between two points, ignores height difference.



Example:

dist = Distance2D( org, ai[i].origin );



Required Args:

  • 1 : <point1> The first point
  • 2 : <point2> The second point