MF_FLOAT2 structure (mfapi.h)
A vector with two components.
typedef struct _MF_FLOAT2 {
FLOAT x;
FLOAT y;
} MF_FLOAT2;
x
X component of the vector.
y
Y component of the vector.
Requirement | Value |
---|---|
Minimum supported client | Windows 10 [desktop apps only] |
Minimum supported server | Windows Server 2016 [desktop apps only] |
Header | mfapi.h |