Skip to content
Math Interoperability Types
Rust
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src Remove the $index variable from the vec! macro Apr 22, 2019
tests Add tests for `Vector::from_slice` Apr 22, 2019
.gitignore Basic Cargo manifest May 26, 2017
.travis.yml Add tests Jun 10, 2017
Cargo.toml More assymetric matrices for vector * matrix notation Jul 23, 2018
LICENSE Initial commit May 26, 2017
README.md Add XKCD to readme Jun 1, 2017

README.md

mint

Build Status Docs Crates.io

Math INteroperability Types:

xkcd standard

This library provides standard mathematical types types used in computer graphics. It's only purpose is to serve as a standard and interoperability language between various components of rust-gamedev ecosystem that happen to expose math-related types on their API. There are no operations defined for the types other than for the means of conversion from/into external types.

You can’t perform that action at this time.