summaryrefslogtreecommitdiff
path: root/graphics/asymptote/path3.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/path3.h
parentb78f5a6705512314d6fe42fd5144c5f8e5d484ce (diff)
CTAN sync 202003040302
Diffstat (limited to 'graphics/asymptote/path3.h')
-rw-r--r--graphics/asymptote/path3.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/asymptote/path3.h b/graphics/asymptote/path3.h
index 35eadbaf8e..b6306f99ca 100644
--- a/graphics/asymptote/path3.h
+++ b/graphics/asymptote/path3.h
@@ -329,6 +329,9 @@ public:
Int windingnumber(const triple& z) const;
};
+double arcLength(const triple& z0, const triple& c0, const triple& c1,
+ const triple& z1);
+
path3 transformed(const vm::array& t, const path3& p);
path3 transformed(const double* t, const path3& p);