pub struct UnitCircle;Expand description
A uniform distribution of 2-vectors on the (perimeter of) the unit circle.
Trait Implementations§
Source§impl Clone for UnitCircle
impl Clone for UnitCircle
Source§fn clone(&self) -> UnitCircle
fn clone(&self) -> UnitCircle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnitCircle
impl Debug for UnitCircle
impl Copy for UnitCircle
Auto Trait Implementations§
impl Freeze for UnitCircle
impl RefUnwindSafe for UnitCircle
impl Send for UnitCircle
impl Sync for UnitCircle
impl Unpin for UnitCircle
impl UnwindSafe for UnitCircle
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