pub type Point = Point2D<f32>;
Alias for euclid::default::Point2D<f32>.
euclid::default::Point2D<f32>
struct Point { pub x: f32, pub y: f32, }
x: f32
y: f32