Type Alias torin::geometry::CursorPoint

source ·
pub type CursorPoint = Point2D<f64, Measure>;

Aliased Type§

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

Fields§

§x: f64§y: f64