pub type ElementPoint = Point2D<f64, ElementSpace>;
A point in ElementSpace
struct ElementPoint { pub x: f64, pub y: f64, }
x: f64
y: f64