Point

Type Alias Point 

Source
pub type Point = Point2D<f64, LogicalSpace>;
Expand description

Logical point.

Aliased Type§

pub struct Point {
    pub x: f64,
    pub y: f64,
}

Fields§

§x: f64§y: f64