summaryrefslogtreecommitdiff
path: root/graphics/asymptote/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/path.h')
-rw-r--r--graphics/asymptote/path.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/asymptote/path.h b/graphics/asymptote/path.h
index 9d2890b150..00c3a5ea3f 100644
--- a/graphics/asymptote/path.h
+++ b/graphics/asymptote/path.h
@@ -385,6 +385,9 @@ public:
};
+double arcLength(const pair& z0, const pair& c0, const pair& c1,
+ const pair& z1);
+
extern path nullpath;
extern const unsigned maxdepth;
extern const unsigned mindepth;