qilin 0.3.2

Lightweight Game Engine for making fun 2d Games in Rust.
Documentation
1
2
3
4
5
6
7
8
/// Extension for the [Quaternion](mint::Quaternion) type.
pub mod quat;
/// Extension for the [Vector2](mint::Vector2) type.
pub mod vec2;
/// Extension for the [Vector3](mint::Vector3) type.
pub mod vec3;
/// Extension for the [Vector4](mint::Vector4) type.
pub mod vec4;