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

From Chilipedia
Revision as of 19:55, 6 April 2019 by Chili (Talk | contribs) (Created page with "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 == * <c...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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