Struct pointprocesses::generalized::Ball[][src]

pub struct Ball { /* fields omitted */ }

The n-dimensional ball.

Methods

impl Ball
[src]

Trait Implementations

impl Set for Ball
[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 Ball

impl Sync for Ball