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 40dce17 commit 1c0a0e4Copy full SHA for 1c0a0e4
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