Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Spring > BlueprintAPI/Math/Spring/Experimental
Convert from spring strength to smoothing time.
Target is Blueprint Spring Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| real | Strength | The spring strength. This corresponds to the undamped frequency of the spring in hz. |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Return Value | The smoothing time of the spring in seconds. It is the time by which the output lags the input when critically damped, when the input is changing at a constant rate. |