Game Physics Cookbook
上QQ阅读APP看书,第一时间看更新

Chapter 1. Vectors

In this chapter, we will cover the following vector operations:

  • Addition
  • Subtraction
  • Multiplication
  • Scalar Multiplication
  • Cross Product
  • Dot Product
  • Magnitude
  • Distance
  • Normalization
  • Angle
  • Projection
  • Reflection