Type Alias 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