lina 0.2.2

Linear algebra library with a focus on 3D applications like games (i.e. low-dimensional vectors and matrices)
Documentation
1
2
3
4
5
6
7
Returns the determinant of this matrix. This number gives a general idea
of whether the transformation represented by this matrix squishes or
stretches space. If this is 0, the transformation's output space has a
lower dimension than the input space and thus, the matrix is non-invertible.
See [this video][1] for a good explanation.

[1]: https://www.youtube.com/watch?v=Ip3X9LOh2dk