Skip to main content

Point2d

Type Alias Point2d 

Source
pub type Point2d = Point2<Length>;

Aliased Type§

pub struct Point2d {
    pub x: Length,
    pub y: Length,
}

Fields§

§x: Length§y: Length