pub trait Bsphere<S>: Stereometric<S>where S: Ring,{ // Required method fn sphere(&self) -> Sphere3<S>; }
A trait for computing bounding spheres