Crate matriarch[][src]

Matriarch

Matriarch is a Linear Algebra and Matrix library written in pure Rust.

Structs

Mat2

A 2x2 Matrix with elements arranged in row-major order.

Mat3

A 3x3 Matrix with elements arranged in row-major order.

Mat4

A 4x4 Matrix with elements arraged in row-major order.

Vec2

A 2D Vector with elements x and y

Vec3

A 3D vector with elements x, y, and z

Vec4

A 4D Vector with elements x, y, z, and w