laddu-core 0.19.0

Core of the laddu library
Documentation
1
2
3
4
5
6
7
//! Three- and four-vector types used throughout the library.

mod vec3;
mod vec4;

pub use vec3::*;
pub use vec4::*;