[−][src]Crate mini_math
Lightweight math routines for 3D graphics.
Macros
| assert_nearly_eq | Asserts that two expressions are nearly equal to each other (using |
Structs
| Matrix | A 4x4 matrix, suitable for 3D transformations. |
| Point | A point in 3D space. |
| Vector | A vector in 3D space. |
Traits
| NearlyEqual | Compare floating-point values using an epsilon |