Struct pointprocesses::generalized::Sphere[][src]

pub struct Sphere { /* fields omitted */ }

Methods

impl Sphere
[src]

Trait Implementations

impl Set for Sphere
[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 Sphere
[src]

Auto Trait Implementations

impl Send for Sphere

impl Sync for Sphere