PoorMansLerpDouble
Methods
public static double PoorMansLerpDouble(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 |