Struct pointprocesses::generalized::Rectangle [−][src]
pub struct Rectangle(_, _);
General n-dimensional hyperrectangle.
Methods
impl Rectangle[src]
impl Rectanglepub fn new(close: Array<f64, Ix1>, far: Array<f64, Ix1>) -> Rectangle[src]
pub fn new(close: Array<f64, Ix1>, far: Array<f64, Ix1>) -> Rectangleclose is the point with smaller coordinates,
far is the further point delimiting the rectangle,
with the largest coordinates.
Trait 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. This function is 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