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

Interpolate

Declaration

Source position: nxMath3D.pas line 28

function Interpolate(

  const v1: TVector;

  const v2: TVector;

  const s: single

):TVector; overload;

function Interpolate(

  const a: TMatrix;

  const b: TMatrix;

  s: single

):TMatrix; overload;



CT Web help

CodeTyphon Studio