Skip to main content

RectD

Type Alias RectD 

Source
pub type RectD = Rect<f64>;
Expand description

Rectangle with f64 coordinates.

Aliased Type§

pub struct RectD {
    pub x1: f64,
    pub y1: f64,
    pub x2: f64,
    pub y2: f64,
}

Fields§

§x1: f64§y1: f64§x2: f64§y2: f64