rename and unify notation for spherical interpolation
This commit is contained in:
parent
cc5135959b
commit
4211e68d80
8 changed files with 19 additions and 19 deletions
|
|
@ -71,7 +71,7 @@ struct _NO_DISCARD_ Quaternion {
|
|||
|
||||
Quaternion slerp(const Quaternion &p_to, const real_t &p_weight) const;
|
||||
Quaternion slerpni(const Quaternion &p_to, const real_t &p_weight) const;
|
||||
Quaternion cubic_slerp(const Quaternion &p_b, const Quaternion &p_pre_a, const Quaternion &p_post_b, const real_t &p_weight) const;
|
||||
Quaternion spherical_cubic_interpolate(const Quaternion &p_b, const Quaternion &p_pre_a, const Quaternion &p_post_b, const real_t &p_weight) const;
|
||||
|
||||
Vector3 get_axis() const;
|
||||
real_t get_angle() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue