Hardware 3D (C++ DirectX Graphics) Tutorial 19

From Chilipedia
Jump to: navigation, search

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.)

Video Timestamp Index

Tutorial 19

Source Code

See also