Struct dae_parser::Limits [−][src]
Expand description
A set of min/max limits used for both linear and angular constraints.
Fields
min: Option<Box<[f32; 3]>>
The minimum value in each direction.
max: Option<Box<[f32; 3]>>
The maximum value in each direction.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Limits
impl UnwindSafe for Limits
Blanket Implementations
Mutably borrows from an owned value. Read more