C# Class UnityPlatformer.MathHelper

Math helper
Afficher le fichier Open project: llafuente/unity-platformer

Méthodes publiques

Méthode Description
Lerp ( double from, double to, double step ) : float

Method Details

Lerp() public static méthode

public static Lerp ( double from, double to, double step ) : float
from double
to double
step double
Résultat float