kitn 0.0.0

KitN: a creation kit for novel retro apps
Documentation
1
2
3
4
5
6
7
#[derive(Debug, Clone, Copy)]
pub struct Quaternion {
    pub x: f32,
    pub y: f32,
    pub z: f32,
    pub w: f32,
}