Structs§
- Matrix
- A generic matrix type with
M
rows andN
columns. - Vector
- Represents a vector of
N
elements of typeT
.
Functions§
- angle_
cos - Calculates the cosine of the angle between two vectors.
- cross_
product - Computes the cross product of two 3-dimensional vectors.
- lerp
- Computes the linear interpolation between two vectors.
- linear_
combination - Computes the linear combination of a set of vectors.