Skip to main content

IRotationLimitPolygonal

Trait IRotationLimitPolygonal 

Source
pub trait IRotationLimitPolygonal: IRotationLimit {
    // Provided methods
    fn twist_limit(self) -> f32 { ... }
    fn set_twist_limit(self, value: f32) { ... }
    fn smooth_iterations(self) -> i32 { ... }
    fn set_smooth_iterations(self, value: i32) { ... }
    fn points(self) -> Array<RotationLimitPolygonal_LimitPoint> { ... }
    fn set_points(self, value: Array<RotationLimitPolygonal_LimitPoint>) { ... }
    fn p(self) -> Array<Vector3> { ... }
    fn set_p(self, value: Array<Vector3>) { ... }
    fn reach_cones(self) -> Array<RotationLimitPolygonal_ReachCone> { ... }
    fn set_reach_cones(self, value: Array<RotationLimitPolygonal_ReachCone>) { ... }
}

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§