Skip to main content

Point2f

Type Alias Point2f 

Source
pub type Point2f = Point2<Length>;

Aliased Type§

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

Fields§

§x: Length§y: Length