Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
UnityPlatformer
MathHelper
C# Class UnityPlatformer.MathHelper
Math helper
Datei anzeigen
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