pub struct Remeshing {
pub iterations: usize,
pub metric: RemeshingMetric,
}Expand description
A remeshing scheme with a number of iterations and a metric.
Fields§
§iterations: usizeNumber of remeshing iterations.
metric: RemeshingMetricThe metric (isotropic or anisotropic).
Auto Trait Implementations§
impl Freeze for Remeshing
impl RefUnwindSafe for Remeshing
impl Send for Remeshing
impl Sync for Remeshing
impl Unpin for Remeshing
impl UnsafeUnpin for Remeshing
impl UnwindSafe for Remeshing
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