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