Ajout du GUI

This commit is contained in:
thatscringebro
2022-08-08 16:31:52 -04:00
parent db362ccdca
commit abd15f28b6
851 changed files with 99957 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
cdef class Tesselator:
cdef void *tess
cdef int element_type
cdef int polysize
cdef void add_contour_data(self, void *cdata, int count)
cdef iterate_vertices(self, int mode)
cpdef int tesselate(
self, int winding_rule=?,
int element_type=?, int polysize=?)