Module matrix

Module matrix 

Source
Expand description

Matrix structures and documentation

A matrix is represented as a struct containing a f64 field for each component.

Modules§

consts
constant matrices

Structs§

Matrix2
2x2 matrix
Matrix3
3x3 matrix
Matrix4
4x4 matrix

Functions§

mat2
mat3
mat4