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

TVector4h

Declaration

Source position: GLVectorTypes.pas line 169

type TVector4h = record

  case Integer of

    0: (

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

  

      );

    1: (

        X: Word;

  

        Y: Word;

  

        Z: Word;

  

        W: Word;

  

      );

end;



CT Web help

CodeTyphon Studio