Skip to main content

IRotationLimitPolygonal_LimitPoint

Trait IRotationLimitPolygonal_LimitPoint 

Source
pub trait IRotationLimitPolygonal_LimitPoint: IObject {
    // Provided methods
    fn point(self) -> Vector3 { ... }
    fn set_point(self, value: Vector3) { ... }
    fn tangent_weight(self) -> f32 { ... }
    fn set_tangent_weight(self, value: f32) { ... }
}

Provided Methods§

Source

fn point(self) -> Vector3

Source

fn set_point(self, value: Vector3)

Source

fn tangent_weight(self) -> f32

Source

fn set_tangent_weight(self, value: f32)

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§