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

Catmull

Declaration

Source position: nxMath.pas line 16

function Catmull(

  const p0: single;

  const p1: single;

  const p2: single;

  const p3: single;

  const t: single

):single; overload;

function Catmull(

  const a: TVector2f;

  const b: TVector2f;

  const c: TVector2f;

  const d: TVector2f;

  const delta: single

):TVector2f; overload;



CT Web help

CodeTyphon Studio