Linearly interpolate between this point towards Target by distance D.
Parameters |
Description |
const Target: TAgkPoint |
the target point. |
const D: Single |
the distance to travel from this point to Target. |
The point between this point and Target at distance D.
Copyright (c) 2012. All rights reserved.
|