ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/common/triangulate.h
(Generate patch)

Comparing ray/src/common/triangulate.h (file contents):
Revision 2.1 by greg, Thu Jan 23 23:51:41 2014 UTC vs.
Revision 2.2 by greg, Fri Jan 24 01:26:44 2014 UTC

# Line 48 | Line 48 | extern Vert2_list *polyAlloc(int nv);
48   #define polyFree        free
49  
50   /* callback for output triangle */
51 < typedef void tri_out_t(const Vert2_list *tp, int a, int b, int c);
51 > typedef int tri_out_t(const Vert2_list *tp, int a, int b, int c);
52  
53   /* triangulate a contour/polygon, places results in STL vector
54   * as series of triangles. */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines