Unit 'AsphyreMath' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_asphyresphinx]

TMatrix4

Declaration

Source position: AsphyreMath.pas line 461

type TMatrix4 = record

public

  Data: array [0..3,0..3] of single;

  

  class operator add(TMatrix4,TMatrix4):TMatrix4();

  

  class operator subtract(TMatrix4,TMatrix4):TMatrix4();

  

  class operator multiply(TMatrix4,TMatrix4):TMatrix4();

  

  class operator multiply(TMatrix4,single):TMatrix4();

  

  class operator divide(TMatrix4,single):TMatrix4();

  

  class operator multiply(TVector3,TMatrix4):TVector3();

  

end;



CT Web help

CodeTyphon Studio