- This wiki is out of date, use the continuation of this wiki instead
Fget dist
From FenixWiki
(Difference between revisions)
Revision as of 00:06, 9 July 2007 (edit) Sandman (Talk | contribs) ← Previous diff |
Revision as of 00:08, 9 July 2007 (edit) (undo) Sandman (Talk | contribs) m (→Returns) Next diff → |
||
Line 19: | Line 19: | ||
== Returns == | == Returns == | ||
- | '''INT''' : The distance between point A and B. | + | '''INT''' : The distance between point A and point B. |
Revision as of 00:08, 9 July 2007
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 point B.