Crate fixed_vectors
source ·Expand description
fixed-vectors
Library implementing fixed-length vectors for #![no_std]
Rust applications.
The vector data-structures from this library implement various mathematical functions for use in game development related ventures.
Structs
- Vector for holding two-dimensional values.
- Vector for holding three-dimensional values.
- Vector for holding four-dimensional values.