Struct pointprocesses::generalized::Sphere [−][src]
pub struct Sphere { /* fields omitted */ }Methods
impl Sphere[src]
impl SphereTrait Implementations
impl Set for Sphere[src]
impl Set for Spherefn contains(&self, p: &Array<f64, Ix1>) -> bool[src]
fn contains(&self, p: &Array<f64, Ix1>) -> boolfn bounding_box(&self) -> Array<f64, Ix2>[src]
fn bounding_box(&self) -> Array<f64, Ix2>Returns a bounding box for the set. This function is useful for Monte Carlo estimations of the area and also for point process simulation by rejection. Read more
impl Measurable for Sphere[src]
impl Measurable for Sphere