vectorama 0.1.0

Very simple linear algebra library for Rust
Documentation

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