summaryrefslogtreecommitdiff
path: root/graphics/asymptote/path.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-04 03:02:32 +0000
committerNorbert Preining <norbert@preining.info>2020-03-04 03:02:32 +0000
commit19d25b8009801aa98ea2f46b45c37c257f990491 (patch)
treec0da70fbab26feff40e87df289ae797917df8419 /graphics/asymptote/path.h
parentb78f5a6705512314d6fe42fd5144c5f8e5d484ce (diff)
CTAN sync 202003040302
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;