XMVECTOR XMLoadFloat2(_In_ float2 const* pSource) |
Charge un float2 dans un XMVECTOR DirectXMath. |
XMVECTOR XMLoadFloat3(_In_ float3 const* pSource) |
Charge un float3 dans un XMVECTOR DirectXMath. |
XMVECTOR XMLoadFloat4(_In_ float4 const* pSource) |
Charge un float4 dans un XMVECTOR DirectXMath. |
XMMATRIX XMLoadFloat3x2(_In_ float3x2 const* pSource) |
Charge un float3x2 dans un XMMATRIX DirectXMath. |
XMMATRIX XMLoadFloat4x4(_In_ float4x4 const* pSource) |
Charge un float4x4 dans un XMMATRIX DirectXMath. |
XMVECTOR XMLoadPlane(_In_ plane const* pSource) |
Charge un plan dans un XMMATRIX DirectXMath. |
XMVECTOR XMLoadQuaternion(_In_ quaternion const* pSource) |
Charge un quaternion dans un XMMATRIX DirectXMath. |
void XMStoreFloat2(_Out_ float2* pDestination, _In_ FXMVECTOR value) |
Stocke un XMVECTOR DirectXMath dans un float2. |
void XMStoreFloat3(_Out_ float3* pDestination, _In_ FXMVECTOR value) |
Stocke un XMVECTOR DirectXMath dans un float3. |
void XMStoreFloat4(_Out_ float4* pDestination, _In_ FXMVECTOR value) |
Stocke un XMVECTOR DirectXMath dans un float4. |
void XMStoreFloat3x2(_Out_ float3x2* pDestination, _In_ FXMMATRIX value) |
Stocke un XMMATRIX DirectXMath dans un float3x2. |
void XMStoreFloat4x4(_Out_ float4x4* pDestination, _In_ FXMMATRIX value) |
Stocke un XMMATRIX DirectXMath dans un float4x4. |
void XMStorePlane(_Out_ plane* pDestination, _In_ FXMVECTOR value) |
Stocke un XMVECTOR DirectXMath dans un plan. |
void XMStoreQuaternion(_Out_ quaternion* pDestination, _In_ FXMVECTOR value) |
Stocke un XMVECTOR DirectXMath dans un quaternion. |