- Hands-On C++ Game Animation Programming
- Gabor Szauer
- 89字
- 2021-06-30 14:45:55
Summary
In this chapter, you have learned the vector math required to create a robust animation system. Animation is a math-heavy topic; the skills you have learned in this chapter are required to complete the rest of this book. You implemented all the common vector operations for three-component vectors. The vec2 and vec4 structures don't have a full implementation like vec3, but they are only used to send data to the GPU.
In the next chapter, you will continue to learn more about game-related math by learning about matrices.
推薦閱讀
- Java多線程編程實戰指南:設計模式篇(第2版)
- LaTeX Cookbook
- ASP.NET Core Essentials
- 教孩子學編程:C++入門圖解
- 精通Python自然語言處理
- Learning Zurb Foundation
- Geospatial Development By Example with Python
- Python+Office:輕松實現Python辦公自動化
- Apache Solr PHP Integration
- Modular Programming with JavaScript
- Developing Java Applications with Spring and Spring Boot
- Effective C++:改善程序與設計的55個具體做法(第三版)中文版(雙色)
- Java核心技術速學版(第3版)
- 計算機應用基礎
- Daniel Arbuckle's Mastering Python