We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f5a75 commit 8730991Copy full SHA for 8730991
src/pathchanges/slerpmove.jl
@@ -6,7 +6,6 @@ Spherical linear interpolation between two n-vectors.
6
t01 must be between 0 and 1 - 0 means the result equals p1, 1 means the result equals p2.
7
"""
8
function slerp(p1::AbstractVector, p2::AbstractVector, t01)
9
- # @show p1 p2
10
np1, np2 = normalize(p1), normalize(p2)
11
if _disqualified_for_slerp(np1, np2)
12
return p1
0 commit comments