pub type VisRect = Box2D<f32, VisPixel>;
#[repr(C)]pub struct VisRect { pub min: Point2D<f32, VisPixel>, pub max: Point2D<f32, VisPixel>, }
min: Point2D<f32, VisPixel>
max: Point2D<f32, VisPixel>