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

TVector4sb

Declaration

Source position: GLVectorTypes.pas line 194

type TVector4sb = record

  case Integer of

    0: (

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

  

      );

    1: (

        X: ShortInt;

  

        Y: ShortInt;

  

        Z: ShortInt;

  

        W: ShortInt;

  

      );

end;



CT Web help

CodeTyphon Studio