Skip to main content

IRotationLimitPolygonal_ReachCone

Trait IRotationLimitPolygonal_ReachCone 

Source
pub trait IRotationLimitPolygonal_ReachCone: IObject {
    // Provided methods
    fn tetrahedron(self) -> Array<Vector3> { ... }
    fn set_tetrahedron(self, value: Array<Vector3>) { ... }
    fn volume(self) -> f32 { ... }
    fn set_volume(self, value: f32) { ... }
    fn s(self) -> Vector3 { ... }
    fn set_s(self, value: Vector3) { ... }
    fn b(self) -> Vector3 { ... }
    fn set_b(self, value: Vector3) { ... }
}

Provided Methods§

Source

fn tetrahedron(self) -> Array<Vector3>

Source

fn set_tetrahedron(self, value: Array<Vector3>)

Source

fn volume(self) -> f32

Source

fn set_volume(self, value: f32)

Source

fn s(self) -> Vector3

Source

fn set_s(self, value: Vector3)

Source

fn b(self) -> Vector3

Source

fn set_b(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.

Implementors§