struct OffsetRec {
t0: f64,
t1: f64,
utan0: Vec2,
utan1: Vec2,
cusp0: f64,
cusp1: f64,
depth: usize,
}Expand description
State local to a subdivision
Fields§
§t0: f64§t1: f64§utan0: Vec2§utan1: Vec2§cusp0: f64§cusp1: f64§depth: usizeRecursion depth
Implementations§
Auto Trait Implementations§
impl Freeze for OffsetRec
impl RefUnwindSafe for OffsetRec
impl Send for OffsetRec
impl Sync for OffsetRec
impl Unpin for OffsetRec
impl UnwindSafe for OffsetRec
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