pub type Point2u = Point2<u32>;
A 2D point in pixel coordinates, for image-space geometry.
pub struct Point2u { pub x: u32, pub y: u32, }
x: u32
y: u32