Crates.io | ami |
lib.rs | ami |
version | 0.13.1 |
source | src |
created_at | 2017-06-04 03:16:38.098427 |
updated_at | 2022-06-12 01:32:41.80901 |
description | Useful data structures that are not in the standard library. |
homepage | https://github.com/AldaronLau/ami |
repository | https://github.com/AldaronLau/ami |
max_upload_size | |
id | 17615 |
size | 64,255 |
This project has been discontinued, I suggest you use cgmath instead.
Contact me at aldaronlau@gmail.com if you wish to reclaim the crate name.
Aldaron's Memory Interface provides useful data structures that are not in the standard library.
VecD
).euler
, but a lower level crate cgmath
.vec3!
to vector!
, and Vec3
to Vector
.mat4!
to matrix!
, and Mat4
to Matrix
.Rc<RefCell>
instead)Vec*
types.Mat4
use f32s instead of f64s