Open fesoliveira014 opened 4 years ago
Example: triangulate_from_arr or to_points. This way, the caller can choose how to feed data into the triangulation, often saving an extra allocation. The IntoIter doc has an example of this.
triangulate_from_arr
to_points
Example:
triangulate_from_arr
orto_points
. This way, the caller can choose how to feed data into the triangulation, often saving an extra allocation. The IntoIter doc has an example of this.