Unit 'nxMath' Package
[Overview][Procedures and functions][Index] [#pl_nxpascal]

Interpolate

Declaration

Source position: nxMath.pas line 24

function Interpolate(

  const v1: single;

  const v2: single;

  const s: single

):single; overload;

function Interpolate(

  const v1: TVector2f;

  const v2: TVector2f;

  const s: single

):TVector2f; overload;



CT Web help

CodeTyphon Studio