You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_manual/expressions/expression_help/Math.rst
+33Lines changed: 33 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -459,6 +459,39 @@ Rounds a number to number of decimal places. The rounding is done to the nearest
459
459
460
460
.. end_round_section
461
461
462
+
.. _expression_function_Math_scale_cubic_bezier:
463
+
464
+
scale_cubic_bezier
465
+
..................
466
+
467
+
Transforms a given value from an input domain to an output range using a cubic Bézier curve. This function can be used to ease values in or out of the specified output range using custom control points.
0 commit comments