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

Linearly interpolate between this point and Target.

Syntax
Pascal
function LinearInterpolate(const Target: TAgkPoint; const T: Single): TAgkPoint; overload;
Parameters 
Description 
const Target: TAgkPoint 
the target point. 
const T: Single 
the fraction (0-1) between this point and Target. 

The point between this point and Target at fraction T.

Copyright (c) 2012. All rights reserved.