[−][src]Crate hektor
A crate for hekkin vectors.
This crate is fairly well tested where functionality does exist, but is mostly incomplete at the moment.
Features
free_functions
adds thefree_functions
module (on by default).serde
adds serde 1.0 support (off by default).mint
adds mint 0.5 support (off by default).
Re-exports
pub use free_functions::*; |
Modules
free_functions | This module contains free function versions of various operations. |
Structs
Mat2 | A 2x2 column-major Matrix. |
Mat3 | A 3x3 column-major Matrix. |
Mat4 | A 4x4 column-major Matrix. |
Quat | A Quaternion: one scalar part ( |
Vec2 | A 2-dimensional vector. |
Vec3 | A 3-dimensional vector. |
Vec4 | A 4-dimensional vector. |