pub(crate) struct FlattenParams {
a0: f64,
a2: f64,
u0: f64,
uscale: f64,
pub(crate) val: f64,
}
Fields§
§a0: f64
§a2: f64
§u0: f64
§uscale: f64
§val: f64
The number of subdivisions * 2 * sqrt_tol
.
Auto Trait Implementations§
impl Freeze for FlattenParams
impl RefUnwindSafe for FlattenParams
impl Send for FlattenParams
impl Sync for FlattenParams
impl Unpin for FlattenParams
impl UnwindSafe for FlattenParams
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