Type Alias EmbCircle

Source
pub type EmbCircle = EmbCircle_;

Aliased Type§

struct EmbCircle {
    pub centerX: f64,
    pub centerY: f64,
    pub radius: f64,
}

Fields§

§centerX: f64§centerY: f64§radius: f64