Unit 'meObjMatrix' Package
[Overview][Classes][Index] [#bs_engines]

TObjMatrix

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: meobjmatrix.pas line 41

type TObjMatrix = class

public

  fMatrix: array [0..15] of Double;

  

  constructor create;

  

  procedure loadIdentity;

  

  procedure SetMatrix();

  

  procedure GetMatrix();

  

  procedure PostMultiply();

  

  procedure SetTranslation();

  

  procedure SetInverseTranslation();

  

  procedure SetRotationRadians();

  

  procedure SetRotationDegrees();

  

  procedure SetInverseRotationRadians();

  

  procedure SetInverseRotationDegrees();

  

  procedure TranslateVect();

  

  procedure RotateVect();

  

  procedure InverseTranslateVect();

  

  procedure InverseRotateVect();

  

end;

Inheritance

TObjMatrix

  

|

TObject



CT Web help

CodeTyphon Studio