Home
last modified time | relevance | path

Searched defs:XMFLOAT3 (Results 1 – 6 of 6) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddirectxmath.h70 struct XMFLOAT3 { struct
72 XMFLOAT3() = default; argument
74 XMFLOAT3& operator=(const XMFLOAT3&) = default; argument
76 XMFLOAT3& operator=(XMFLOAT3&&) = default; argument
77 XM_CONSTEXPR XMFLOAT3(float _x, float _y, float _z) : x(_x), y(_y), z(_z) {} in XMFLOAT3() function
78 explicit XMFLOAT3(const float *pArray) : x(pArray[0]), y(pArray[1]), z(pArray[2]) {} in XMFLOAT3() argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddirectxmath.h70 struct XMFLOAT3 { struct
72 XMFLOAT3() = default; argument
74 XMFLOAT3& operator=(const XMFLOAT3&) = default; argument
76 XMFLOAT3& operator=(XMFLOAT3&&) = default; argument
77 XM_CONSTEXPR XMFLOAT3(float _x, float _y, float _z) : x(_x), y(_y), z(_z) {} in XMFLOAT3() function
78 explicit XMFLOAT3(const float *pArray) : x(pArray[0]), y(pArray[1]), z(pArray[2]) {} in XMFLOAT3() argument
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3dx_dxgiformatconvert.inl210 typedef float3 XMFLOAT3; typedef
H A Dxnamath.h534 } XMFLOAT3; typedef
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Windows/DirectXTK/
H A DSimpleMath.h153 explicit Vector3(_In_reads_(3) const float *pArray) : XMFLOAT3(pArray) {} in XMFLOAT3() function
/dports/devel/apitrace/apitrace-9.0/thirdparty/directxtex/XNAMath/
H A Dxnamath.h672 } XMFLOAT3; typedef
680 XMFLOAT3A(_In_count_c_(3) CONST FLOAT *pArray) : XMFLOAT3(pArray) {}; in XMFLOAT3() function