Struct k::Range[][src]

pub struct Range<T: Real> {
    pub min: T,
    pub max: T,
}

min/max range to check the joint position

Fields

Methods

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

Check if the value is in the range

true means it is OK.

Trait Implementations

impl<T: Copy + Real> Copy for Range<T>
[src]

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

Formats the value using the given formatter. Read more

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<T> Send for Range<T>

impl<T> Sync for Range<T>