System.Math.Vectors.tagVECTOR

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

tagVECTOR = record

C++

struct DECLSPEC_DRECORD tagVECTOR
{
public:
    union
    {
        struct
        {
            float X;
            float Y;
            float W;
        };
        struct
        {
            TVectorArray V;
        };
    };
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors System.Math.Vectors

Description

Décrit un vecteur dans un espace 2D.

Voir aussi