Crate mini_matrix

source ·

Structs§

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

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.