Type Alias dioxus_html::geometry::ElementPoint
source · pub type ElementPoint = Point2D<f64, ElementSpace>;
Expand description
A point in ElementSpace
Aliased Type§
struct ElementPoint {
pub x: f64,
pub y: f64,
/* private fields */
}
Fields§
§x: f64
§y: f64