carnelian::geometry

Type Alias Point

Source
pub type Point = Point2D<Coord>;
Expand description

A two-dimensional point

Aliased Type§

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

Fields§

§x: f32§y: f32