-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Math: Fix sclerp of dual quaternions with equal rotation and add test.
When rotation is identical, the rotation of the first dual quaternion is returned instead, together with the linearly interpolated translation of both (lerp of the vectors of the dual part). The additional include is needed for `Math::lerp(Vector<3, T>, Vector<3, T>, T)`. Signed-off-by: Squareys <Squareys@googlemail.com>
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters