Type Alias DeviceIndependentBox2D

Source
pub type DeviceIndependentBox2D = Box2D<f32, DeviceIndependentPixel>;

Aliased Type§

#[repr(C)]
pub struct DeviceIndependentBox2D { pub min: Point2D<f32, DeviceIndependentPixel>, pub max: Point2D<f32, DeviceIndependentPixel>, }

Fields§

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