@@ -175,6 +175,35 @@ A preliminary list of other projects using this library:
175
175
The project was originally structured into a number of separate
176
176
modules, which have now been consolidated.
177
177
178
+ *Important note:* For time reasons, the graph below is still
179
+ reflecting the previous structure (up until v0.0.908) - it will be
180
+ updated ASAP. Several namespaces have been added, migrated, renamed or
181
+ merged:
182
+
183
+ | *Previous* | *Current/new* |
184
+ |----------------------------------+-------------------------------|
185
+ | =thi.ng.geom.core.vector= | =thi.ng.geom.vector= |
186
+ | =thi.ng.geom.core.matrix= | =thi.ng.geom.matrix= |
187
+ | =thi.ng.geom.core.quaternion= | =thi.ng.geom.quaternion= |
188
+ | =thi.ng.geom.core.utils= | =thi.ng.geom.utils= |
189
+ | =thi.ng.geom.core.macros.vector= | =thi.ng.geom.macros.vector= |
190
+ | =thi.ng.geom.core.macros.matrix= | =thi.ng.geom.macros.matrix= |
191
+ | =thi.ng.geom.core.intersect= | =thi.ng.geom.utils.intersect= |
192
+ | =thi.ng.geom.core.subdiv= | =thi.ng.geom.utils.subdiv= |
193
+ | =thi.ng.geom.mesh.delaunay= | =thi.ng.geom.utils.delaunay= |
194
+ | =thi.ng.geom.types.utils= | =thi.ng.geom.utils= (merged) |
195
+ | =thi.ng.geom.types.utils.ptf= | =thi.ng.geom.ptf= |
196
+ |----------------------------------+-------------------------------|
197
+ | | =thi.ng.geom.attribs= |
198
+ | | =thi.ng.geom.indexedmesh= |
199
+ | | =thi.ng.geom.meshface= |
200
+ | | =thi.ng.geom.webgl.camera= |
201
+ | | =thi.ng.geom.webgl.constants= |
202
+ | | =thi.ng.geom.webgl.glmesh= |
203
+
204
+ All examples now share the common ns prefix: =thi.ng.geom.examples.*=
205
+ (sources & docs located in =/examples= dir)
206
+
178
207
[[./assets/overview.png]]
179
208
180
209
*** core
0 commit comments