Point

Type Alias Point 

Source
pub type Point<L> = Point2D<L, UnknownUnit>;
Expand description

Position.

Aliased Type§

pub struct Point<L> {
    pub x: L,
    pub y: L,
}

Fields§

§x: L§y: L