Skip to main content

IConstraintRotationOffset

Trait IConstraintRotationOffset 

Source
pub trait IConstraintRotationOffset: IConstraint {
    // Provided methods
    fn offset(self) -> Quaternion { ... }
    fn set_offset(self, value: Quaternion) { ... }
    fn default_rotation(self) -> Quaternion { ... }
    fn set_default_rotation(self, value: Quaternion) { ... }
    fn default_local_rotation(self) -> Quaternion { ... }
    fn set_default_local_rotation(self, value: Quaternion) { ... }
    fn last_local_rotation(self) -> Quaternion { ... }
    fn set_last_local_rotation(self, value: Quaternion) { ... }
    fn default_target_local_rotation(self) -> Quaternion { ... }
    fn set_default_target_local_rotation(self, value: Quaternion) { ... }
    fn initiated(self) -> bool { ... }
    fn set_initiated(self, value: bool) { ... }
}

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§