Home
last modified time | relevance | path

Searched refs:lerp_angle (Results 1 – 13 of 13) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Dmath_funcs.h218 static _ALWAYS_INLINE_ double lerp_angle(double p_from, double p_to, double p_weight) { in lerp_angle() function
223 static _ALWAYS_INLINE_ float lerp_angle(float p_from, float p_to, float p_weight) { in lerp_angle() function
H A Dexpression.cpp407 *r_return = Math::lerp_angle((double)*p_inputs[0], (double)*p_inputs[1], (double)*p_inputs[2]); in exec_func()
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Dmath_funcs.h218 static _ALWAYS_INLINE_ double lerp_angle(double p_from, double p_to, double p_weight) { in lerp_angle() function
223 static _ALWAYS_INLINE_ float lerp_angle(float p_from, float p_to, float p_weight) { in lerp_angle() function
H A Dexpression.cpp407 *r_return = Math::lerp_angle((double)*p_inputs[0], (double)*p_inputs[1], (double)*p_inputs[2]); in exec_func()
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/input/
H A Dtest.gd111 lerp_angle(abc);
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/folding/
H A Dtest.gd.fold111 lerp_angle(abc);
/dports/devel/godot/godot-3.2.3-stable/modules/visual_script/
H A Dvisual_script_builtin_funcs.cpp869 *r_return = Math::lerp_angle((double)*p_inputs[0], (double)*p_inputs[1], (double)*p_inputs[2]); in exec_func()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/visual_script/
H A Dvisual_script_builtin_funcs.cpp869 *r_return = Math::lerp_angle((double)*p_inputs[0], (double)*p_inputs[1], (double)*p_inputs[2]); in exec_func()
/dports/devel/godot/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_functions.cpp392 r_ret = Math::lerp_angle((double)*p_args[0], (double)*p_args[1], (double)*p_args[2]); in call()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_functions.cpp392 r_ret = Math::lerp_angle((double)*p_args[0], (double)*p_args[1], (double)*p_args[2]); in call()
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/reference/
H A Dtest.gd.ref111 <Normal Text> </Normal Text><Builtin Function>lerp_angle</Builtin Function><Normal Text>(abc);</…
/dports/devel/godot-tools/godot-3.2.3-stable/
H A DCHANGELOG.md374 - `lerp_angle()` built-in GDScript function to interpolate between two angles.
/dports/devel/godot/godot-3.2.3-stable/
H A DCHANGELOG.md374 - `lerp_angle()` built-in GDScript function to interpolate between two angles.