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

Auto Trait Implementations

impl Send for Rectangle

impl Sync for Rectangle