Click or drag to resize
AB4D logo

MouseCameraControllerQuadraticEaseOut Method

Simple quadratic easing function used to decelerate the rotation: y = -1 * x * x + 2 * x

Namespace: Ab3d.Controls
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static double QuadraticEaseOut(
	double x
)

Parameters

x  Double
original value in range from 0 to 1

Return Value

Double
eased value
See Also