|
MouseCameraControllerQuadraticEaseOut Method |
Simple quadratic easing function used to decelerate the rotation: y = -1 * x * x + 2 * x
Namespace: Ab3d.ControlsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static double QuadraticEaseOut(
double x
)
Parameters
- x Double
- original value in range from 0 to 1
Return Value
Doubleeased value
See Also