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

TVector2s

Declaration

Source position: GLVectorTypes.pas line 70

type TVector2s = record

  case Integer of

    0: (

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

  

      );

    1: (

        X: SmallInt;

  

        Y: SmallInt;

  

      );

end;



CT Web help

CodeTyphon Studio