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

TMatrix3b

Declaration

Source position: GLVectorTypes.pas line 276

type TMatrix3b = record

  case Integer of

    0: (

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

  

      );

    1: (

        X: TVector3b;

  

        Y: TVector3b;

  

        Z: TVector3b;

  

      );

end;



CT Web help

CodeTyphon Studio