Package name from “HDGeom” to “Mola”(Git repository name remain “HDUnity”)
Namespace from “HD” to “Mola”
“HDMesh”, “HDGrid”, “HDDirectedGraph” are renamed to “MolaMesh”, “MolaGrid”, “MolaDirectedGraph”.
Scripts such as HDMeshFactory, HDMeshSubdivision, HDUtils only contain static methods, just dropped “HD” in the name without adding “Mola” to reduce redundancy: "MeshFactory"...
Relocate methods in VectorUtils to “UtilsVertex”, “UtilsMath”, UtilsFace“, “UtilsGrid”, “UtilsMesh”, following same structure of python library
In MeshFactory, following “createBox” and “createGridMesh”, renamed “getCone” and “getTube” to “createCone” and “createTube” for consistancy.
Package name from “HDGeom” to “Mola”(Git repository name remain “HDUnity”)
Namespace from “HD” to “Mola”
“HDMesh”, “HDGrid”, “HDDirectedGraph” are renamed to “MolaMesh”, “MolaGrid”, “MolaDirectedGraph”.
Scripts such as HDMeshFactory, HDMeshSubdivision, HDUtils only contain static methods, just dropped “HD” in the name without adding “Mola” to reduce redundancy: "MeshFactory"...
Relocate methods in VectorUtils to “UtilsVertex”, “UtilsMath”, UtilsFace“, “UtilsGrid”, “UtilsMesh”, following same structure of python library
In MeshFactory, following “createBox” and “createGridMesh”, renamed “getCone” and “getTube” to “createCone” and “createTube” for consistancy.