Struct pointprocesses::generalized::Rectangle[][src]

pub struct Rectangle(_, _);

General n-dimensional hyperrectangle.

Methods

impl Rectangle
[src]

close 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]

Returns whether or not a given vector p lies in the instance.

Returns a bounding box for the set. This function is used for point process simulation by rejection, but can also be used to implement a Monte Carlo estimation of the set"s measure. Read more

Auto Trait Implementations

impl Send for Rectangle

impl Sync for Rectangle