Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
A vector of 4 FLOAT values (x, y, z, w).
Syntax
typedef struct D2D_VECTOR_4F {
FLOAT x;
FLOAT y;
FLOAT z;
FLOAT w;
} D2D_VECTOR_4F;
Members
x
The x value of the vector.
y
The y value of the vector.
z
The z value of the vector.
w
The w value of the vector.
Requirements
| Requirement | Value |
|---|---|
| Header | dcommon.h |