- This wiki is out of date, use the continuation of this wiki instead
Fget dist
From FenixWiki
Definition
INT fget_dist ( <INT pointA-X> , <INT pointA-Y> , <INT pointB-X> , <INT pointB-Y> )
Returns the distance between two certain points.
Parameters
INT pointA-X | - The X-coordinate of point A. |
INT pointA-Y | - The Y-coordinate of point A. |
INT pointB-X | - The X-coordinate of point B. |
INT pointB-Y | - The Y-coordinate of point B. |
Returns
INT : The distance between point A and B.