Hardware 3D (C++ DirectX Graphics) Tutorial 19
From Chilipedia
The DirectXMath utility library gives you a buttload of ready-made routines for matrix and vector operations. SIMD support is the icing on the cake.
Topics Covered
-
XMMATRIX
- Matrix factory functions
- C++ operator overloads for
XMMATRIX
-
XMVECTOR
- Unaligned / partial DirectXMath types (
XMFLOAT3
etc.)