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

TMatrix4s

Declaration

Source position: GLVectorTypes.pas line 312

type TMatrix4s = record

  case Integer of

    0: (

        V: array [0..3] of TVector4s;

  

      );

    1: (

        X: TVector4s;

  

        Y: TVector4s;

  

        Z: TVector4s;

  

        W: TVector4s;

  

      );

end;



CT Web help

CodeTyphon Studio