summaryrefslogblamecommitdiffstats
path: root/src/vector.rs
blob: 12f1f0829f57ba847b85ac7fda05c33c933fb263 (plain) (tree)
1
2

                                         
/// A 2D vector.
pub type Vector = nalgebra::Vector2<f32>;