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

TMatrix3e

Declaration

Source position: GLVectorTypes.pas line 281

type TMatrix3e = record

  case Integer of

    0: (

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

  

      );

    1: (

        X: TVector3e;

  

        Y: TVector3e;

  

        Z: TVector3e;

  

      );

end;



CT Web help

CodeTyphon Studio