We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58da60c commit 75e3526Copy full SHA for 75e3526
src/GeometryOps.jl
@@ -5,7 +5,8 @@ module GeometryOps
5
import GeometryOpsCore
6
import GeometryOpsCore:
7
TraitTarget,
8
- Manifold, Planar, Spherical, Geodesic,
+ Manifold, Planar, Spherical, Geodesic, AutoManifold, WrongManifoldException,
9
+ Algorithm, AutoAlgorithm, ManifoldIndependentAlgorithm, SingleManifoldAlgorithm, NoAlgorithm,
10
BoolsAsTypes, True, False, booltype,
11
apply, applyreduce,
12
flatten, reconstruct, rebuild, unwrap, _linearring,
0 commit comments