Saurabh Garg

Saurabh Garg

Twenty years designing C++ systems — still writing things down to make sure I actually understand them.

Home Blog Archives Categories Tags About

← All tags

Tag: #cgal

5 posts

Oct 9, 2014 · programming

Computing area of all facets in CGAL::Polyhedron_3

In this post I will show how to compute area of a facet in . ComputeFacetArea() is a thread-safe functor for computing the area of a given facet in a CGAL::Polyhedron_3. The facet…

#cpp#cgal
Oct 9, 2014 · programming

Computing normal of all vertices in CGAL::Polyhedron_3

In this post I will show how to compute normal vector at a vector in CGAL::Polyhedron_3. is a thread-safe functor for computing the normal vector at a given vertex in a . The…

#cpp#cgal
Oct 8, 2014 · programming

Computing edge length of all half-edges in CGAL::Polyhedron_3

In this post I will show how to compute edge length for a half-edge in CGAL::Polyhedron_3. ComputeEdgeLength() is a thread-safe functor for computing the edge length of a given…

#cpp#cgal
Oct 8, 2014 · programming

Computing normal of all facets in CGAL::Polyhedron_3

In this post I will show how to compute normal vector of a facet in CGAL::Polyhedron_3. ComputeFacetNormal() is a thread-safe functor for computing the normal vector of a given…

#cpp#cgal
Oct 7, 2014 · programming

Wavefront OBJ reader for building CGAL::Polyhedron_3

A small loader that reads vertex coordinates and faces from a Wavefront OBJ file into a CGAL polyhedral surface.

#cpp#cgal
© 2026 Saurabh Garg · Privacy · RSS