Skip to content

Latest commit

 

History

23 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

maths

Geometry, graphs and interpolation.

Header-only, no dependency.

  • geometry.hpp — triangulation, Delaunay
  • graph.hpp — minimum spanning tree, BFS, connected components
  • interpolation.hpp — linear and cubic
#include "graph.hpp"

Graph<int> g;
g.addEdge(0, 1, 2.f);
auto tree = g.mst();

About

define math function for Perry like triangulation for IPolygon.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages