- Hands-On C++ Game Animation Programming
- Gabor Szauer
- 144字
- 2021-06-30 14:45:49
Chapter 2: Implementing Vectors
In this chapter, you will learn the basics of vector math. Much of what you will code throughout the rest of this book relies on having a strong understanding of vectors. Vectors will be used to represent displacement and direction.
By the end of this chapter, you will have implemented a robust vector library and will be able to perform a variety of vector operations, including component-wise and non-component-wise operations.
We will cover the following topics in this chapter:
- Introducing vectors
- Creating a vector
- Understanding component-wise operations
- Understanding non-component-wise operations
- Interpolating vectors
- Comparing vectors
- Exploring more vectors
Important information:
In this chapter, you will learn how to implement vectors in an intuitive, visual way that relies on code more than math formulas. If you are interested in math formulas or want some interactive examples to try out, go to https://gabormakesgames.com/vectors.html.
- Learning Python Web Penetration Testing
- LabVIEW Graphical Programming Cookbook
- 程序員面試筆試寶典
- R語言數據可視化之美:專業圖表繪制指南
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第2版)
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- R用戶Python學習指南:數據科學方法
- Learning Hadoop 2
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- C++編程兵書
- Mockito Essentials
- PHP項目開發全程實錄(第4版)
- XML程序設計(第二版)
- 企業級Java現代化:寫給開發者的云原生簡明指南
- SQL Server 2014 Development Essentials