Type Alias clipper2_sys::PointD

source ·
pub type PointD = ClipperPointD;

Aliased Type§

struct PointD {
    pub x: f64,
    pub y: f64,
}

Fields§

§x: f64§y: f64