AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkPoint.LinearInterpolateConst Method (TAgkPoint, Single)

Linearly interpolate between this point towards Target by distance D.

Syntax
Pascal
function LinearInterpolateConst(const Target: TAgkPoint; const D: Single): TAgkPoint; overload;
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.