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

TVector4i

Declaration

Source position: GLVectorTypes.pas line 174

type TVector4i = record

  case Integer of

    0: (

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

  

      );

    1: (

        X: LongInt;

  

        Y: LongInt;

  

        Z: LongInt;

  

        W: LongInt;

  

      );

end;



CT Web help

CodeTyphon Studio