struct SubdivisionPoint {
t: f64,
utan: Vec2,
}Expand description
Result of subdivision
Fields§
§t: f64Source curve t value at subdivision point
utan: Vec2Unit tangent at subdivision point
Auto Trait Implementations§
impl Freeze for SubdivisionPoint
impl RefUnwindSafe for SubdivisionPoint
impl Send for SubdivisionPoint
impl Sync for SubdivisionPoint
impl Unpin for SubdivisionPoint
impl UnwindSafe for SubdivisionPoint
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