mini-math 0.2.4

Lightweight math routines for 3D graphics
Documentation
1
2
3
4
5
6
7
8
9
[![Action Status](https://github.com/swiftcoder/mini-math-rs/workflows/Continuous%20integration/badge.svg)](https://github.com/swiftcoder/mini-math-rs/actions)
[![Crates.io](https://img.shields.io/crates/v/mini-math.svg)](https://crates.io/crates/mini-math)
[![Docs.rs](https://docs.rs/mini-math/badge.svg)](https://docs.rs/mini-math)

Lightweight math routines for 3D graphics.

No guarantees as to the accuracy or speed thereof.

Primarily intended for demos that don't want to take on a complex dependency tree.