D2D1_VECTOR_2F structure
A vector of 2 FLOAT values (x, y).
Syntax
typedef struct D2D1_VECTOR_2F { FLOAT x; FLOAT y; } D2D1_VECTOR_2F;
Members
- x
-
The x value of the vector.
- y
-
The y value of the vector.
Requirements
|
Header |
|
|---|
Show:
Try Microsoft Edge
A fast and secure browser that's designed for Windows 10
Get started
A vector of 2 FLOAT values (x, y).
typedef struct D2D1_VECTOR_2F { FLOAT x; FLOAT y; } D2D1_VECTOR_2F;
The x value of the vector.
The y value of the vector.
|
Header |
|
|---|