Unit 'GLVectorTypes' Package
[Overview][Types][Index] [#pl_glscene]

TMatrix2e

Declaration

Source position: GLVectorTypes.pas line 240

type TMatrix2e = record

  case Integer of

    0: (

        V: array [0..1] of TVector2e;

  

      );

    1: (

        X: TVector2e;

  

        Y: TVector2e;

  

      );

end;



CT Web help

CodeTyphon Studio