pub trait IIKSolverTrigonometric_TrigonometricBone: IIKSolver_Bone {
// Provided methods
fn target_to_local_space(self) -> Quaternion { ... }
fn set_target_to_local_space(self, value: Quaternion) { ... }
fn default_local_bend_normal(self) -> Vector3 { ... }
fn set_default_local_bend_normal(self, value: Vector3) { ... }
}Provided Methods§
fn target_to_local_space(self) -> Quaternion
fn set_target_to_local_space(self, value: Quaternion)
fn default_local_bend_normal(self) -> Vector3
fn set_default_local_bend_normal(self, value: Vector3)
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.