Easing.

Ease(double, EasingFunction) Method

Summary

Performs easing using the specified function.
Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static double Ease(double amount, EasingFunction function)

Parameters

Name Type Description
amount double The amount.
function EasingFunction The easing function to use.

Return Value

Type Description
double The amount eased using the specified function.