move_towards
as an analogue of lerp
and rotate_towards
as an analogue of slerp
?
#265
Drumstickz64
started this conversation in
Ideas
Replies: 4 comments 2 replies
-
Can you elaborate on what the function signature for move towards or rotate towards methods would look like and what they would do? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Merged in #492 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Actually re-opened because only |
Beta Was this translation helpful? Give feedback.
0 replies
-
rotate_towards was added for Vec2 and Quat. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to be able to "interpolate" between things with hard values rather than percentages, and this is that these methods enable us to do.
Beta Was this translation helpful? Give feedback.
All reactions