Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Vertex dimension on 3D and 2D meshes

Subject: CGAL users discussion list

List archive

[cgal-discuss] Vertex dimension on 3D and 2D meshes


Chronological Thread 
  • From: Raul Gallegos <>
  • To:
  • Subject: [cgal-discuss] Vertex dimension on 3D and 2D meshes
  • Date: Mon, 22 Jul 2013 10:34:02 -0500

Hi Community,

I am checking the implementation of Lloyd and Odt move optimizers, and before moving, they check the dimensionality with the c3t3.in_dimension(v) (where v is a vertex_handle).

But we are talking about a 3D Mesh, how could a vertex inside a 3D Mesh be different from a 3-dimensional vertex, on what circumstances?

So for example, on the 2-Dimensional space, When is a vertex 2,1 or 0-dimensional?

I am working on the 2-Dimensional version to determine the new position for Lloyd and Odt movements and I think I need to determine when a vertex in on the borders, when it is on a constrained edge.

Thank you.

--
Raul O. Gallegos Hidalgo


  • [cgal-discuss] Vertex dimension on 3D and 2D meshes, Raul Gallegos, 07/22/2013

Archive powered by MHonArc 2.6.18.

Top of Page