#include #include -- | module Bindings.Gts.SurfaceOperations.DifferencialGeometryOperators where import Bindings.GLib import Bindings.Gts.Types #strict_import #ccall gts_vertex_gaussian_curvature , Ptr -> Ptr -> Ptr -> IO #ccall gts_vertex_mean_curvature_normal , Ptr -> Ptr -> -> IO #ccall gts_vertex_principal_curvatures , -> -> Ptr -> Ptr -> IO () #ccall gts_vertex_principal_directions , Ptr -> Ptr -> -> -> -> -> IO ()