Struct dae_parser::Spring [−][src]
Expand description
A spring constraint, used for both linear and angular constraints.
Fields
stiffness: f32The stiffness (also called spring coefficient)
has units of force/distance for spring_linear
or force/angle in degrees for spring_angular.
damping: f32The damping coefficient of the spring.
target_value: f32The resting position of the spring.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Spring
impl UnwindSafe for Spring
Blanket Implementations
Mutably borrows from an owned value. Read more