#include <ear_clip_result.h>
Public Member Functions | |
Construction | |
| CL_EarClipResult (int num_triangles) | |
| Constructs an ear clipping result structure. | |
| virtual | ~CL_EarClipResult () |
Attributes | |
| std::vector< CL_EarClipTriangulator_Triangle > & | get_triangles () |
| Returns the triangles for this result. | |
| CL_EarClipTriangulator_Triangle & | get_triangle (int index) |
| return a reference to a triangle in the triangulation. | |
|
|
Constructs an ear clipping result structure.
|
|
|
|
|
|
return a reference to a triangle in the triangulation. Memory is preallocated for all triangles at creation. Use the returned reference to modify the triangles. |
|
|
Returns the triangles for this result.
|
1.4.6