[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'DMath' (#DEngine)

TVec4f

Vektor v 4D.

Declaration

Source position: DMath.pas line 32

type TVec4f = packed record

  case Integer of

    0: (

        X: Single;

        Y: Single;

        Z: Single;

        W: Single;

      );

    1: (

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

      );

end;