Struct k::Mimic[][src]

pub struct Mimic<T: Real> {
    pub name: String,
    pub multiplier: T,
    pub offset: T,
}

Information for copying joint state of other joint

joint angles = joint[name] * multiplier + offset

Fields

Name of other joint

Methods

impl<T> Mimic<T> where
    T: Real, 
[src]

Trait Implementations

impl<T: Debug + Real> Debug for Mimic<T>
[src]

Formats the value using the given formatter. Read more

impl<T: Clone + Real> Clone for Mimic<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> Send for Mimic<T>

impl<T> Sync for Mimic<T>