1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Implement cubic_interpolate() as MathFunc for refactoring

This commit is contained in:
Silc 'Tokage' Renew
2022-02-11 12:43:21 +09:00
parent daf9729b92
commit 865da09871
12 changed files with 142 additions and 115 deletions

View File

@@ -65,6 +65,7 @@ public:
MATH_STEP_DECIMALS,
MATH_SNAPPED,
MATH_LERP,
MATH_CUBIC_INTERPOLATE,
MATH_INVERSE_LERP,
MATH_RANGE_LERP,
MATH_MOVE_TOWARD,