mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Added lerp_angles built-in function
Co-authored-by: Xrayez <https://github.com/Xrayez> Co-authored-by: DleanJeans <https://github.com/DleanJeans>
This commit is contained in:
parent
c317a3ce16
commit
6694c119d0
10 changed files with 84 additions and 10 deletions
|
|
@ -67,6 +67,7 @@ public:
|
|||
MATH_STEP_DECIMALS,
|
||||
MATH_STEPIFY,
|
||||
MATH_LERP,
|
||||
MATH_LERP_ANGLE,
|
||||
MATH_INVERSE_LERP,
|
||||
MATH_RANGE_LERP,
|
||||
MATH_SMOOTHSTEP,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue