Insert new points in dt3.
dt3_insert_points(ptr,new_x,new_y,new_z);
Given a pointer ptr of dt3, dt3_insert_points(ptr,new_x,new_y) inserts a new points in dt3.
This function uses the Triangulation_3 package of CGAL, which is under QPL license. See License Terms