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

TVector2b

Declaration

Source position: GLVectorTypes.pas line 75

type TVector2b = record

  case Integer of

    0: (

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

  

      );

    1: (

        X: Byte;

  

        Y: Byte;

  

      );

end;



CT Web help

CodeTyphon Studio