Linearly interpolate between P1 and P2.
class function LinearInterpolate(const P1: TAgkPoint; const P2: TAgkPoint; const T: Single): TAgkPoint; overload;
The point between P1 and P2 at fraction T.
LinearInterpolate Method
Made with Doc-O-MaticĀ® Express