Type Alias servo_geometry::DeviceIndependentBox2D

source ·
pub type DeviceIndependentBox2D = Box2D<f32, DeviceIndependentPixel>;

Aliased Type§

struct DeviceIndependentBox2D {
    pub min: Point2D<f32, DeviceIndependentPixel>,
    pub max: Point2D<f32, DeviceIndependentPixel>,
}

Fields§

§min: Point2D<f32, DeviceIndependentPixel>§max: Point2D<f32, DeviceIndependentPixel>