Type Alias EmbEllipse

Source
pub type EmbEllipse = EmbEllipse_;

Aliased Type§

struct EmbEllipse {
    pub centerX: f64,
    pub centerY: f64,
    pub radiusX: f64,
    pub radiusY: f64,
}

Fields§

§centerX: f64§centerY: f64§radiusX: f64§radiusY: f64