pub struct GeodesicSolver;Expand description
Geodesic distance solver using Dijkstra on mesh edges.
Implementations§
Auto Trait Implementations§
impl Freeze for GeodesicSolver
impl RefUnwindSafe for GeodesicSolver
impl Send for GeodesicSolver
impl Sync for GeodesicSolver
impl Unpin for GeodesicSolver
impl UnsafeUnpin for GeodesicSolver
impl UnwindSafe for GeodesicSolver
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