pub struct CcdSolver;Expand description
CCD: Cyclic Coordinate Descent IK.
Rotates each joint in the chain to minimize the angular error at the end-effector. Slower convergence than FABRIK but naturally respects local joint angle limits.
Implementations§
Auto Trait Implementations§
impl Freeze for CcdSolver
impl RefUnwindSafe for CcdSolver
impl Send for CcdSolver
impl Sync for CcdSolver
impl Unpin for CcdSolver
impl UnsafeUnpin for CcdSolver
impl UnwindSafe for CcdSolver
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