หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
A vector of 3 FLOAT values (x, y, z).
Syntax
typedef struct D2D_VECTOR_3F {
FLOAT x;
FLOAT y;
FLOAT z;
} D2D_VECTOR_3F;
Members
x
The x value of the vector.
y
The y value of the vector.
z
The z value of the vector.
Requirements
| Requirement | Value |
|---|---|
| Header | dcommon.h |