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.
Defines a vector.
Syntax
typedef struct D3DVECTOR {
float x;
float y;
float z;
} D3DVECTOR;
Members
-
x
-
Type: float
-
Floating-point value describing the vector.
-
y
-
Type: float
-
Floating-point value describing the vector.
-
z
-
Type: float
-
Floating-point value describing the vector.
Requirements
Requirement | Value |
---|---|
Header |
|
See also