Returns True if the distance between P1 and P2 is less than Dist.
|
Parameters |
Description |
|
const P1: TAgkPoint |
the first point. |
|
const P2: TAgkPoint |
the second point. |
|
const Dist: Single |
the maximum distance between both points. |
True if the distance between P1 and P2 is less than Dist.
|
Copyright (c) 2012. All rights reserved.
|