Crate mini_matrix
source ·Structs§
- A generic matrix type with
Mrows andNcolumns. - Represents a vector of
Nelements 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.