Trait Bsphere

Source
pub trait Bsphere<S>: Stereometric<S>
where S: Ring,
{ // Required method fn sphere(&self) -> Sphere3<S>; }
Expand description

A trait for computing bounding spheres

Required Methods§

Source

fn sphere(&self) -> Sphere3<S>

Implementors§