pub type EmbCircle = EmbCircle_;
struct EmbCircle { pub centerX: f64, pub centerY: f64, pub radius: f64, }
centerX: f64
centerY: f64
radius: f64