summaryrefslogblamecommitdiffstats
path: root/src/point.rs
blob: 8f1726898b17b54031a8f8208df2fcf1923bedae (plain) (tree)
1
2
               
                                       
/// A 2D point.
pub type Point = nalgebra::Point2<f32>;