Skip to content

ReneNyffenegger/Mesh-Triangulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A mesh triangulation class.  Takes a set of points and creates a triangular mesh through them.  

This was made for learning purposes, feel free to use this however you want.  I claim no responsiblity for it.

I used two pieces of code written by others:

1) A kdtree structure ( http://code.google.com/p/kdtree/ ), which I slightly modified to make it a header-only file.

2) A svg drawing class ( http://code.google.com/p/simple-svg/ ).


By: Gavin Lobo
    www.rabidgeek.net

About

Generate a 2D triangular mesh from a cloud of points

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published