Struct k::Joint [] [src]

pub struct Joint<T: Real> {
    pub name: String,
    pub joint_type: JointType<T>,
    pub angle: T,
    pub limits: Option<Range<T>>,
}

Joint with type

Fields

Methods

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

[src]

[src]

[src]

[src]

[src]

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more