From 5465e604bb8118450feb7422793efb7dc3e9d28b Mon Sep 17 00:00:00 2001 From: Aaron Franke <arnfranke@yahoo.com> Date: Mon, 7 Dec 2020 03:16:31 -0500 Subject: Improve argument names for core types --- core/math/basis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/math/basis.h') diff --git a/core/math/basis.h b/core/math/basis.h index 2584f1ff48..4cb3d55200 100644 --- a/core/math/basis.h +++ b/core/math/basis.h @@ -170,7 +170,7 @@ public: bool is_diagonal() const; bool is_rotation() const; - Basis slerp(const Basis &target, const real_t &t) const; + Basis slerp(const Basis &p_to, const real_t &p_weight) const; void rotate_sh(real_t *p_values); operator String() const; -- cgit v1.2.3