Calculates the distance between this point and another point.
function Distance(const Other: TAgkPoint): Single; overload;
|
Parameters |
Description |
|
const Other: TAgkPoint |
the other point. |
The distance between this point and Other.
|
Copyright (c) 2012. All rights reserved.
|