Constructor

HeSpringParamsnew

Declaration

HeSpringParams*
he_spring_params_new (
  gdouble damping_ratio,
  gdouble mass,
  gdouble stiffness
)

Description

No description available.

Parameters

damping_ratio

Type: gdouble

No description available.

mass

Type: gdouble

No description available.

stiffness

Type: gdouble

No description available.

Return value

Type: HeSpringParams

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.