struttura MF_FLOAT2 (mfapi.h)
Vettore con due componenti.
Sintassi
typedef struct _MF_FLOAT2 {
FLOAT x;
FLOAT y;
} MF_FLOAT2;
Members
x
Componente X del vettore.
y
Componente Y del vettore.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 [solo app desktop] |
Server minimo supportato | Windows Server 2016 [solo app desktop] |
Intestazione | mfapi.h |