Struct pointprocesses::generalized::Rectangle [−][src]
pub struct Rectangle { /* fields omitted */ }General n-dimensional hyperrectangle
Methods
impl Rectangle[src]
impl RectangleTrait Implementations
impl Set for Rectangle[src]
impl Set for Rectanglefn 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 useful for Monte Carlo estimations of the area and also for point process simulation by rejection Read more
impl Measurable for Rectangle[src]
impl Measurable for Rectangle