Creates a new adw.spring_params.SpringParams from mass, stiffness and damping_ratio.
The damping value is calculated from damping_ratio and the other two parameters.
adw.spring_params.SpringParams.newFull allows to pass a raw damping value instead.
the damping ratio of the spring
the mass of the spring
the stiffness of the spring
the newly created spring parameters
Creates a new adw.spring_params.SpringParams from mass, stiffness and damping_ratio.
The damping value is calculated from damping_ratio and the other two parameters.
adw.spring_params.SpringParams.newFull allows to pass a raw damping value instead.