Skip to content

Commit 23a2ea5

Browse files
committed
resolved involute namespacing
1 parent 743a95d commit 23a2ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffgeo.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ function localevolute(f::AbstractCurve,d=centraldiffpoints(f),t=centraldifffiber
553553
TensorField(base(f), (s./an2).*n)
554554
end
555555
evolute(f::AbstractCurve) = f+localevolute(f)
556-
involute(f::AbstractCurve) = f-unittangent(f)*arclength(f)
556+
Grassmann.involute(f::AbstractCurve) = f-unittangent(f)*arclength(f)
557557
function Grassmann.involute(f::AbstractCurve,l)
558558
s = arclength(f)
559559
f-unittangent(f)*(s-s(float(l)))

0 commit comments

Comments
 (0)