- Game Physics Cookbook
- Gabor Szauer
- 115字
- 2021-04-02 20:27:26
Introduction
Matrices in games are used extensively. In the context of physics, matrices are used to represent different coordinate spaces. In games, we often combine coordinate spaces; this is done through matrix multiplication. In game physics, it's useful to move one object into the coordinate space of another object; this requires matrices to be inverted. In order to invert a matrix, we have to find its minor, determinant, cofactor, and adjugate. This chapter focuses on what is needed to multiply and invert matrices.
Note
Every formula in this chapter is followed by some practical examples. If you find yourself needing additional examples, Purplemath is a great resource; look under the Advanced Algebra Topic section: www.purplemath.com/modules
推薦閱讀
- C程序設計簡明教程(第二版)
- 密碼學原理與Java實現
- 算法訓練營:入門篇(全彩版)
- 軟件架構:Python語言實現
- Mastering KnockoutJS
- Android底層接口與驅動開發技術詳解
- Learning Concurrency in Kotlin
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Mastering Docker
- Hacking Android
- Python Programming for Arduino
- Photoshop智能手機APP界面設計
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition
- Python 3快速入門與實戰
- Get Your Hands Dirty on Clean Architecture