Skip to content

Lagrange Release v4.3.0

Compare
Choose a tag to compare
@jdumas jdumas released this 05 May 01:31
· 63 commits to main since this release

Core module

  • Update core module functions to use new mesh edge data structure
  • Add Tracy support for profiling (see website)
  • Remove dependency between planar / curve_io
  • Misc jenkins compilation improvements
  • Removed direct accessors [] in the DisjointSet class
  • Exposed new edge navigation methods in Mesh.h
  • Parallel implementation of compute_triangle_normal + compute_vertex_normal
  • New util class SmallSet for small stack allocated sets.