Skip to main content

IRotationLimitPolygonal_ReachConeMethods

Trait IRotationLimitPolygonal_ReachConeMethods 

Source
pub trait IRotationLimitPolygonal_ReachConeMethods: IRotationLimitPolygonal_ReachCone {
    // Provided methods
    fn get_o(self) -> Vector3 { ... }
    fn get_a(self) -> Vector3 { ... }
    fn get_b(self) -> Vector3 { ... }
    fn get_c(self) -> Vector3 { ... }
    fn ctor(
        self,
        o: impl Into<Vector3>,
        a: impl Into<Vector3>,
        b: impl Into<Vector3>,
        c: impl Into<Vector3>,
    ) { ... }
    fn get_is_valid(self) -> bool { ... }
    fn calculate(self) { ... }
}

Provided Methods§

Source

fn get_o(self) -> Vector3

get_o() overload

Source

fn get_a(self) -> Vector3

get_a() overload

Source

fn get_b(self) -> Vector3

get_b() overload

Source

fn get_c(self) -> Vector3

get_c() overload

Source

fn ctor( self, o: impl Into<Vector3>, a: impl Into<Vector3>, b: impl Into<Vector3>, c: impl Into<Vector3>, )

.ctor(crate::unity_engine::vector3::Vector3, crate::unity_engine::vector3::Vector3, crate::unity_engine::vector3::Vector3, crate::unity_engine::vector3::Vector3) overload

Source

fn get_is_valid(self) -> bool

get_isValid() overload

Source

fn calculate(self)

Calculate() overload

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§

Source§

impl<__T: IRotationLimitPolygonal_ReachCone> IRotationLimitPolygonal_ReachConeMethods for __T

Available on crate feature root_motion-final_ik-rotationlimitpolygonal only.