Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A vector with two components.
Syntax
typedef struct _MF_FLOAT2 {
  FLOAT x;
  FLOAT y;
} MF_FLOAT2;
Members
x
X component of the vector.
y
Y component of the vector.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows 10 [desktop apps only] | 
| Minimum supported server | Windows Server 2016 [desktop apps only] | 
| Header | mfapi.h |