vectorama 0.1.0

Very simple linear algebra library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
# vectorama
Very simple linear algebra library for Rust

This crate is designed for OpenGL and glTF standards: it uses column-major matrices, YXZ Euler rotation order,
and is hardcoded to use the `f32` data type.

## Licensing
This project is dual-licensed under the MIT License and the Apache License 2.0. You may choose either license to govern your use of this project.

SPDX-License-Identifier: MIT OR Apache-2.0