Type Alias ElementPoint

Source
pub type ElementPoint = Point2D<f64, ElementSpace>;
Expand description

A point in ElementSpace

Aliased Type§

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

Fields§

§x: f64§y: f64