Skip to main content

MirrorProperties

Trait MirrorProperties 

Source
pub trait MirrorProperties {
    // Required methods
    fn exo_radius(&self) -> f64;
    fn mirror(&self) -> String;
    fn center_hole(&self) -> Option<f64>;
}

Required Methods§

Source

fn exo_radius(&self) -> f64

Source

fn mirror(&self) -> String

Source

fn center_hole(&self) -> Option<f64>

Implementors§