pub type RasterRect = Box2D<f32, RasterPixel>;
Aliased Type§
struct RasterRect {
pub min: Point2D<f32, RasterPixel>,
pub max: Point2D<f32, RasterPixel>,
}
Fields§
§min: Point2D<f32, RasterPixel>
§max: Point2D<f32, RasterPixel>
pub type RasterRect = Box2D<f32, RasterPixel>;
struct RasterRect {
pub min: Point2D<f32, RasterPixel>,
pub max: Point2D<f32, RasterPixel>,
}
min: Point2D<f32, RasterPixel>
§max: Point2D<f32, RasterPixel>