pub type PointUsize = Point2<usize>;
2D Point with usize component
usize
pub struct PointUsize { pub x: usize, pub y: usize, }
x: usize
y: usize