Crate mini_matrix
source ·Structs§
- A generic matrix type with
M
rows andN
columns. - Represents a vector of
N
elements of typeT
.
Functions§
- Calculates the cosine of the angle between two vectors.
- Computes the cross product of two 3-dimensional vectors.
- Computes the linear interpolation between two vectors.
- Computes the linear combination of a set of vectors.