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

Rotate

Declaration

Source position: nxMath3D.pas line 46

function Rotate(

  const v: TVector;

  const radians: single;

  axis: TVector

):TVector; overload;

function Rotate(

  const M: TMatrix;

  const axis: TVector;

  const radians: Single;

  withPos: Boolean = True

):TMatrix; overload;

function Rotate(

  const M: TMatrix;

  const axis: Integer;

  const radians: Single;

  withPos: Boolean = True

):TMatrix; overload;



CT Web help

CodeTyphon Studio