- 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.
- DevOps:軟件架構(gòu)師行動(dòng)指南
- UML和模式應(yīng)用(原書第3版)
- 計(jì)算機(jī)圖形學(xué)編程(使用OpenGL和C++)(第2版)
- C# 從入門到項(xiàng)目實(shí)踐(超值版)
- 云原生Spring實(shí)戰(zhàn)
- Internet of Things with the Arduino Yún
- 深度學(xué)習(xí):算法入門與Keras編程實(shí)踐
- Hands-On Full Stack Development with Go
- Scratch趣味編程:陪孩子像搭積木一樣學(xué)編程
- Principles of Strategic Data Science
- Raspberry Pi Robotic Projects(Third Edition)
- Photoshop智能手機(jī)APP界面設(shè)計(jì)
- Mastering Android Studio 3
- Learning Grunt
- After Effects CC技術(shù)大全