iced-yoda/src/point.rs

3 lines
56 B
Rust
Raw Normal View History

2019-08-28 06:45:39 +02:00
/// A 2D point.
2019-07-20 19:12:31 +02:00
pub type Point = nalgebra::Point2<f32>;