pub struct Euclidean;Expand description
Optimization on Euclidean space
Trait Implementations§
impl Copy for Euclidean
impl ManifoldState for Euclidean
Auto Trait Implementations§
impl Freeze for Euclidean
impl RefUnwindSafe for Euclidean
impl Send for Euclidean
impl Sync for Euclidean
impl Unpin for Euclidean
impl UnwindSafe for Euclidean
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