SmoothMixDouble
Methods
public static double SmoothMixDouble(double current, double target, ref double velocity, float smoothTime, double maxSpeed, float deltaTime)
Parameters
| Type | Name | Description |
|---|---|---|
| double | current | |
| double | target | |
| double | velocity | |
| float | smoothTime | |
| double | maxSpeed | |
| float | deltaTime |
Returns
| Type | Description |
|---|---|
| double |