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

TVector4f

Declaration

Source position: GLVectorTypes.pas line 164

type TVector4f = record

  case Integer of

    0: (

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

  

      );

    1: (

        X: Single;

  

        Y: Single;

  

        Z: Single;

  

        W: Single;

  

      );

end;



CT Web help

CodeTyphon Studio