--- ray/src/common/triangulate.c 2016/12/22 18:48:36 2.4 +++ ray/src/common/triangulate.c 2016/12/22 18:50:48 2.5 @@ -1,11 +1,13 @@ #ifndef lint -static const char RCSid[] = "$Id: triangulate.c,v 2.4 2016/12/22 18:48:36 greg Exp $"; +static const char RCSid[] = "$Id: triangulate.c,v 2.5 2016/12/22 18:50:48 greg Exp $"; #endif /* * triangulate.c * * Adapted by Greg Ward on 1/23/14. - * Copyright 2014 Anyhere Software. All rights reserved. + * Fixes for polygons with seams/holes and co-linear vertices added + * by Nathaniel Jones on 12/21/16. + * Copyright 2016 Anyhere Software. All rights reserved. * */