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

TVector4b

Declaration

Source position: GLVectorTypes.pas line 189

type TVector4b = record

  case Integer of

    0: (

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

  

      );

    1: (

        X: Byte;

  

        Y: Byte;

  

        Z: Byte;

  

        W: Byte;

  

      );

end;



CT Web help

CodeTyphon Studio