pub type Point2i = Point2<i32>;
A 2D point in signed pixel coordinates, for image-space offsets.
pub struct Point2i { pub x: i32, pub y: i32, }
x: i32
y: i32