Nota
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tidħol jew tibdel id-direttorji.
L-aċċess għal din il-paġna jeħtieġ l-awtorizzazzjoni. Tista’ tipprova tibdel id-direttorji.
Note
The D3DX utility library is deprecated. We recommend that you use DirectXMath instead.
Describes a 16-bit floating point vector.
Syntax
typedef struct D3DXFLOAT16 {
WORD Value;
} D3DXFLOAT16, *LPD3DXFLOAT16;
Members
-
Value
-
Type: WORD
-
The 16-bit data.
Remarks
C++ programmers can take advantage of operator overloading and type casting with the D3DXFLOAT16 Extensions, which implement overloaded constructors and assignment, unary, and binary (including equality) operators.
Requirements
| Requirement | Value |
|---|---|
| Header |
|
See also