Triangulator
#1
Hi,
Why triangulating this polygon throws an exception? Its shape seems to be valid.
Code:
List<Point> points = new List<Point>()
{
    new Point(6,2),
    new Point(3,4),
    new Point(0,2),
    new Point(1,0),
    new Point(3,2),
    new Point(5,0)
};
Ab3d.Utilities.Triangulator.Triangulate(points);
  


Messages In This Thread
Triangulator - by LukaszW - 02-05-2014, 11:12 AM
RE: Triangulator - by abenedik - 02-06-2014, 08:15 PM
RE: Triangulator - by LukaszW - 02-07-2014, 09:55 AM
RE: Triangulator - by abenedik - 02-11-2014, 04:58 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)