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