pub type RectBox = Box2D<f64, LogicalSpace>;Expand description
Logical rectangle box.
Aliased Type§
#[repr(C)]pub struct RectBox {
pub min: Point2D<f64, LogicalSpace>,
pub max: Point2D<f64, LogicalSpace>,
}Fields§
§min: Point2D<f64, LogicalSpace>§max: Point2D<f64, LogicalSpace>