summaryrefslogtreecommitdiff
path: root/graphics/asymptote/runpath.in
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/runpath.in')
-rw-r--r--graphics/asymptote/runpath.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/asymptote/runpath.in b/graphics/asymptote/runpath.in
index 41978efe87..9b026e9f20 100644
--- a/graphics/asymptote/runpath.in
+++ b/graphics/asymptote/runpath.in
@@ -169,6 +169,11 @@ real arclength(path p)
return p.arclength();
}
+real arclength(pair z0, pair c0, pair c1, pair z1)
+{
+ return arcLength(z0,c0,c1,z1);
+}
+
real arctime(path p, real L)
{
return p.arctime(L);