Unit 'System.Math.Vectors' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl-objpas]

tagVECTOR

Declaration

Source position: system.math.vectors.pp line 68

type tagVECTOR = record

  case Integer of

    0: (

        V: TVectorArray;

      );

    1: (

        X: Single;

        Y: Single;

        W: Single;

      );

end;


Documentation generated on: 2025-07-25