Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
XMFLOAT2 Struct Reference

#include <MathDX.h>

Public Member Functions

 XMFLOAT2 () noexcept
 
 XMFLOAT2 (const D3DVALUE *pVal) noexcept
 
 operator D3DVALUE * () noexcept
 
 operator const D3DVALUE * () const noexcept
 

Public Attributes

D3DVALUE x
 
D3DVALUE y
 

Constructor & Destructor Documentation

◆ XMFLOAT2() [1/2]

XMFLOAT2::XMFLOAT2 ( )
inlinenoexcept

◆ XMFLOAT2() [2/2]

XMFLOAT2::XMFLOAT2 ( const D3DVALUE pVal)
inlinenoexcept

Member Function Documentation

◆ operator const D3DVALUE *()

XMFLOAT2::operator const D3DVALUE * ( ) const
inlinenoexcept

◆ operator D3DVALUE *()

XMFLOAT2::operator D3DVALUE * ( )
inlinenoexcept

Member Data Documentation

◆ x

D3DVALUE XMFLOAT2::x

◆ y

D3DVALUE XMFLOAT2::y

The documentation for this struct was generated from the following file: