1 2 3 4 5
pub use nalgebra::Rotation3; pub use nalgebra::Vector3; pub type Color = Vector3<f64>; pub type Vector = Vector3<f64>;