C# Class UnityPlatformer.MathHelper

Math helper
Mostrar archivo Open project: llafuente/unity-platformer

Public Methods

Method Description
Lerp ( double from, double to, double step ) : float

Method Details

Lerp() public static method

public static Lerp ( double from, double to, double step ) : float
from double
to double
step double
return float