Crate mini_matrix

Source

Structs§

Matrix
A generic matrix type with M rows and N columns.
Vector
Represents a vector of N elements of type T.

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.