summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/path3.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/path3.h')
-rw-r--r--Build/source/utils/asymptote/path3.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/path3.h b/Build/source/utils/asymptote/path3.h
index 893d1df0aba..60fb7e68c99 100644
--- a/Build/source/utils/asymptote/path3.h
+++ b/Build/source/utils/asymptote/path3.h
@@ -331,6 +331,7 @@ public:
};
path3 transformed(const vm::array& t, const path3& p);
+path3 transformed(const double* t, const path3& p);
extern path3 nullpath3;
extern const unsigned maxdepth;
@@ -362,9 +363,6 @@ inline triple displacement(const triple& z, const triple& p, const triple& q)
return Z-dot(Z,Q)*Q;
}
-double xratio(const triple& v);
-double yratio(const triple& v);
-
double bound(triple z0, triple c0, triple c1, triple z1,
double (*m)(double, double),
double (*f)(const triple&),