Struct pointprocesses::generalized::Ball [−][src]
pub struct Ball { /* fields omitted */ }Methods
impl Ball[src]
impl BallTrait Implementations
impl Set for Ball[src]
impl Set for Ballfn 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 Ball[src]
impl Measurable for Ball