Skip to main content

Triangle

Type Alias Triangle 

Source
pub type Triangle = Polygon<3>;

Aliased Type§

pub struct Triangle {
    pub radius: f64,
}

Fields§

§radius: f64