pub fn spring(stiffness: f32, damping: f32) -> Spring
Build a Spring from stiffness and damping; mass defaults to 1.0.
Spring