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

pub struct Rectangle { /* fields omitted */ }

General n-dimensional hyperrectangle

Methods

impl Rectangle
[src]

Trait Implementations

impl Set for Rectangle
[src]

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]

Auto Trait Implementations

impl Send for Rectangle

impl Sync for Rectangle