Skip to main content

IIKSolverFABRIK

Trait IIKSolverFABRIK 

Source
pub trait IIKSolverFABRIK: IIKSolverHeuristic {
    // Provided methods
    fn on_pre_iteration(self) -> IKSolver_IterationDelegate { ... }
    fn set_on_pre_iteration(self, value: IKSolver_IterationDelegate) { ... }
    fn limited_bones(self) -> Array<bool> { ... }
    fn set_limited_bones(self, value: Array<bool>) { ... }
    fn solver_local_positions(self) -> Array<Vector3> { ... }
    fn set_solver_local_positions(self, value: Array<Vector3>) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§