[][src]Crate mini_math

Lightweight math routines for 3D graphics.

Structs

Matrix

A 4x4 matrix, suitable for 3D transformations.

Point

A point in 3D space.

Vector

A vector in 3D space.