mini-math 0.1.2

Lightweight math routines for 3D graphics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "mini-math"
version = "0.1.2"
authors = ["Tristam MacDonald <swiftcoder@gmail.com>"]
license = "Apache-2.0"
description = "Lightweight math routines for 3D graphics"
edition = "2018"

homepage = "https://github.com/swiftcoder/mini-math-rs"
repository = "https://github.com/swiftcoder/mini-math-rs"
documentation = "https://docs.rs/mini-math"
readme = "README.md"

[dependencies]
zerocopy = "0.2.8"