![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <MathDX.h>
Public Member Functions | |
| XMFLOAT4 () noexcept | |
| XMFLOAT4 (D3DVALUE _x, D3DVALUE _y, D3DVALUE _z, D3DVALUE _w) noexcept | |
| XMFLOAT4 (const D3DVALUE *pVal) | |
| XMFLOAT4 (const XMFLOAT3 &xyz, float _w) noexcept | |
| operator D3DVALUE * () noexcept | |
| operator const D3DVALUE * () const noexcept | |
Public Attributes | |
| D3DVALUE | x |
| D3DVALUE | y |
| D3DVALUE | z |
| D3DVALUE | w |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
| D3DVALUE XMFLOAT4::w |
| D3DVALUE XMFLOAT4::x |
| D3DVALUE XMFLOAT4::y |
| D3DVALUE XMFLOAT4::z |