Trait collision::SurfaceArea [] [src]

pub trait SurfaceArea {
    type Scalar: BaseNum;
    fn surface_area(&self) -> Self::Scalar;
}

Shape surface area

Associated Types

Result type returned from surface area computation

Required Methods

Compute surface area

Implementors