iced-yoda/src/point.rs

2 lines
40 B
Rust
Raw Normal View History

2019-07-20 19:12:31 +02:00
pub type Point = nalgebra::Point2<f32>;