DampedSpringJoint2D.stiffness

The higher the value, the less the bodies attached to the joint will deform it. The joint applies an opposing force to the bodies, the product of the stiffness multiplied by the size difference from its resting length. Default value: 20

  1. double stiffness [@property getter]
    struct DampedSpringJoint2D
    @nogc nothrow @property
    double
    stiffness
    ()
  2. double stiffness [@property setter]

Meta