Click or drag to resize
AB4D logo

MouseCameraControllerCubicEaseOut Method

Simple cubic easing function used to decelerate the rotation: y = (x - 1) * (x - 1) * (x - 1) + 1x

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

Parameters

x  Double
original value in range from 0 to 1

Return Value

Double
eased value
See Also