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

Implementations§

source§

impl PointD

source

pub fn new(x: f64, y: f64) -> Self