Struct Spline
pub struct Spline(/* private fields */);Expand description
Spline is a piecewise polynomial curve that defines a path in a 3-dimensional space.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Spline
impl RefUnwindSafe for Spline
impl !Send for Spline
impl !Sync for Spline
impl Unpin for Spline
impl UnwindSafe for Spline
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