Skip to content

Commit 6d56229

Browse files
committed
remove more undefined exports
1 parent 731461b commit 6d56229

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/GeometryBasics.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ export PolygonMeta, MultiPointMeta, MultiLineStringMeta, MeshMeta, LineStringMet
4343
export decompose, coordinates, faces, normals, decompose_uv, decompose_normals,
4444
texturecoordinates
4545
export Tesselation, pointmeta, Normal, UV, UVW
46-
export GLTriangleFace, GLNormalMesh3D, GLPlainTriangleMesh, GLUVMesh3D, GLUVNormalMesh3D
46+
export GLTriangleFace, GLUVMesh3D
4747
export AbstractMesh, Mesh, TriangleMesh
48-
export GLNormalMesh2D, PlainTriangleMesh
48+
export GLNormalMesh2D
4949
export MetaT, meta_table
5050

5151
# all the different predefined mesh types
@@ -60,7 +60,7 @@ export NormalUVWMesh, GLNormalUVWMesh, GLNormalUVWMesh2D, GLNormalUVWMesh3D
6060
export triangle_mesh, triangle_mesh, uv_mesh
6161
export uv_mesh, normal_mesh, uv_normal_mesh
6262

63-
export height, origin, radius, width, widths, xwidth, yheight
63+
export height, origin, radius, width, widths
6464
export HyperSphere, Circle, Sphere
6565
export Cylinder, Cylinder2, Cylinder3, Pyramid, extremity
6666
export HyperRectangle, Rect, Rect2, Rect3, Recti, Rect2i, Rect3i, Rectf, Rect2f, Rect3f

0 commit comments

Comments
 (0)