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

TMatrix2b

Declaration

Source position: GLVectorTypes.pas line 235

type TMatrix2b = record

  case Integer of

    0: (

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

  

      );

    1: (

        X: TVector2b;

  

        Y: TVector2b;

  

      );

end;



CT Web help

CodeTyphon Studio