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

TMatrix3i

Declaration

Source position: GLVectorTypes.pas line 266

type TMatrix3i = record

  case Integer of

    0: (

        V: array [0..2] of TVector3i;

  

      );

    1: (

        X: TVector3i;

  

        Y: TVector3i;

  

        Z: TVector3i;

  

      );

end;



CT Web help

CodeTyphon Studio