pub struct Ebeida;
Expand description
Generates uniform maximal Poisson disk samplings with O(n2d) time and O(n2d) space complexity relative to the number of samples generated and the dimensionality of the sampling volume. Based on Ebeida, Mohamed S., et al. “A Simple Algorithm for Maximal Poisson‐Disk Sampling in High Dimensions.” Computer Graphics Forum. Vol. 31. No. 2pt4. Blackwell Publishing Ltd, 2012.
Trait Implementations§
impl Copy for Ebeida
Auto Trait Implementations§
impl Freeze for Ebeida
impl RefUnwindSafe for Ebeida
impl Send for Ebeida
impl Sync for Ebeida
impl Unpin for Ebeida
impl UnwindSafe for Ebeida
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more