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

Scale

Declaration

Source position: nxMath3D.pas line 47

function Scale(

  const v: TVector;

  s: single

):TVector; overload;

function Scale(

  const M: TMatrix;

  const s: Single

):TMatrix; overload;

function Scale(

  const M: TMatrix;

  const v: TVector

):TMatrix; overload;



CT Web help

CodeTyphon Studio