CDTExample

This program was a prototype to develop Constrained Delaunay Triangulations. This algorithm makes a mesh from a set of points but you can force it at making triangle sides of the pair points you want.

It was developed in Visual C++ (MFC).

 

The red segments were the sides which they had to form a compulsorily triangle side.

Ultimate result in a linear design software of public works.

Download the program here.

Fly and SmoothFly

The Fly program is a fly which goes from point A to point B by the lowest height so that it is less exposed to the dangers that can occur.

I developed this program to implement the A* algorithm. The problem I had to render the path generated by A* was that the fly moved by jumping. It was not a smooth movement. So I developed another program to smooth out an A* path.

Both of them were developed in Visual C++/CLI.

Download the program here.