#include #include -- | module Bindings.Gts.SurfaceOperations.DelaunayAndConstrainedDelaunayTriangulations where import Bindings.GLib import Bindings.Gts.Types #strict_import #cinline GTS_CONSTRAINT_CLASS , Ptr a -> Ptr #cinline GTS_CONSTRAINT , Ptr a -> Ptr #cinline GTS_IS_CONSTRAINT , Ptr a -> Ptr #ccall gts_constraint_class , IO (Ptr ) #ccall gts_point_locate , Ptr -> Ptr -> Ptr -> IO (Ptr ) #ccall gts_delaunay_add_vertex , Ptr -> Ptr -> Ptr -> IO (Ptr ) #ccall gts_delaunay_add_vertex_to_face , Ptr -> Ptr -> Ptr -> IO (Ptr ) #ccall gts_delaunay_remove_vertex , Ptr -> Ptr -> IO () #ccall gts_delaunay_add_constraint , Ptr -> Ptr -> IO (Ptr ) #ccall gts_delaunay_check , Ptr -> IO (Ptr ) #ccall gts_delaunay_remove_hull , Ptr -> IO () #ccall gts_delaunay_conform , Ptr -> -> -> -> IO #ccall gts_delaunay_refine , Ptr -> -> -> -> -> -> IO