struttura D2D_VECTOR_2F (dcommon.h)
Vettore di 2 valori FLOAT (x, y).
Sintassi
typedef struct D2D_VECTOR_2F {
FLOAT x;
FLOAT y;
} D2D_VECTOR_2F;
Members
x
Valore x del vettore.
y
Valore y del vettore.
Requisiti
Requisito | Valore |
---|---|
Intestazione | dcommon.h |