File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 55
66.. currentmodule:: compas.geometry
77
8+ Base Class
9+ ==========
10+
11+ .. autosummary::
12+ :toctree: generated/
13+ :nosignatures:
14+
15+ Geometry
16+
817Classes
918=======
1019
828837 world_to_local_coordinates_numpy ,
829838 local_to_world_coordinates_numpy
830839 )
840+
841+ from .geometry import Geometry
842+
831843from .primitives import ( # noqa: E402
832844 Primitive ,
833845 Bezier ,
12011213 'trimesh_remesh_along_isoline' ,
12021214 'trimesh_slice' ,
12031215
1204- 'KDTree ' ,
1216+ 'Geometry ' ,
12051217
1206- 'Pointcloud' ,
12071218 'Primitive' ,
12081219 'Bezier' ,
12091220 'Circle' ,
12261237 'Sphere' ,
12271238 'Torus' ,
12281239
1240+ 'Pointcloud' ,
1241+ 'KDTree' ,
1242+
12291243 'Projection' ,
12301244 'Reflection' ,
12311245 'Rotation' ,
You can’t perform that action at this time.
0 commit comments