[Namespaces changes]
vert->vertex clean up of some namespaces to comply the following naming: Complexes (3 letters namespaces): order 0 (point cloud ) :vrt order 1 (edge meshes) :edg order 2 (triangle meshes) :tri order 3 (triangle meshes) :tet Simplexes (4 letters namespaces): order 0 (vertex) :vert order 1 (edge) :edge order 2 (triangle) :triangle order 3 (tetrahedron) :tetrahedron
This commit is contained in:
parent
ea7b394eb3
commit
de35204e95
|
@ -41,7 +41,7 @@ Working release (compilata solo su MSVC), component_occ <20> migrato da component
|
||||||
|
|
||||||
|
|
||||||
namespace vcg {
|
namespace vcg {
|
||||||
namespace vert {
|
namespace vertex {
|
||||||
/*
|
/*
|
||||||
Some naming Rules
|
Some naming Rules
|
||||||
All the Components that can be added to a vertex should be defined in the namespace vert:
|
All the Components that can be added to a vertex should be defined in the namespace vert:
|
||||||
|
|
Loading…
Reference in New Issue