- Game Physics Cookbook
- Gabor Szauer
- 70字
- 2021-04-02 20:27:30
Chapter 3. Matrix Transformations
In the previous chapter, we covered what matrices are and how to perform some basic arithmetic on matrices. In this chapter, we are going to cover how to use matrices to represent transformations in a three-dimensional space. The topics of this chapter are:
- Matrix majors
- Translation
- Scaling
- How rotation works
- Rotation matrices
- Axis angle rotation
- Vector matrix multiplication
- Transform matrix
- View matrix
- Projection matrix
推薦閱讀
- jQuery Mobile Web Development Essentials(Third Edition)
- Apache ZooKeeper Essentials
- GeoServer Cookbook
- SQL Server 2016從入門到精通(視頻教學超值版)
- Building a Game with Unity and Blender
- WSO2 Developer’s Guide
- Learning Firefox OS Application Development
- HTML5從入門到精通 (第2版)
- Python編程從0到1(視頻教學版)
- 計算機應用基礎實踐教程
- Multithreading in C# 5.0 Cookbook
- AIRIOT物聯網平臺開發框架應用與實戰
- Python入門很輕松(微課超值版)
- 從零開始學Python網絡爬蟲
- Mastering jQuery Mobile