MF_FLOAT3 structure (mfapi.h)
A vector with three components.
Syntax
typedef struct _MF_FLOAT3 {
FLOAT x;
FLOAT y;
FLOAT z;
} MF_FLOAT3;
Members
x
X component of the vector.
y
Y component of the vector.
z
Z 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 |