Easing.

Linear(double) Method

Summary

Performs a linear easing.
Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static double Linear(double amount)

Remarks

Modeled after the line y = x

Parameters

Name Type Description
amount double The amount.

Return Value

Type Description
double The amount eased.