- Hands-On C++ Game Animation Programming
- Gabor Szauer
- 58字
- 2021-06-30 14:46:00
Summary
In this chapter, you learned the math required to work with four-dimensional square matrices and implemented a reusable matrix library. Matrices are commonly used to encode transformation information; they are used at almost every step of the graphics pipeline to display models on screen.
In the next chapter, you will learn about encoding rotation data using quaternions.
推薦閱讀
- 神經網絡編程實戰:Java語言實現(原書第2版)
- Java Web基礎與實例教程
- 表哥的Access入門:以Excel視角快速學習數據庫開發(第2版)
- Scala for Machine Learning(Second Edition)
- Visual Basic程序設計習題與上機實踐
- 代替VBA!用Python輕松實現Excel編程
- Instant Debian:Build a Web Server
- 零基礎學Python編程(少兒趣味版)
- JavaScript機器人編程指南
- 智能手機故障檢測與維修從入門到精通
- OpenCV 3.0 Computer Vision with Java
- Mastering Leap Motion
- C語言程序設計教程
- Beginning C# 7 Hands-On:The Core Language
- Apache Kafka 1.0 Cookbook