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 fa2ba6b commit fcb29b2Copy full SHA for fcb29b2
src/Frames/interpolation.jl
@@ -4,7 +4,6 @@
4
# This file is part of module
5
# Modia3D.Frames (Modia3D/Frames/_module.jl)
6
#
7
-const seps = sqrt(eps())
8
9
10
"""
@@ -76,7 +75,7 @@ struct Path
76
75
77
function Path(r::AbstractVector, q::AbstractVector=Quaternion[];
78
v::AbstractVector=ones(length(r)),
79
- seps=sqrt(eps()) )
+ seps=Modia3D.neps )
80
nframes = size(r, 1)
81
@assert(seps > 0.0)
82
@assert(nframes > 1)
0 commit comments