Greetings everybody.
I currently have a working module for slicing convex polygons and I am porting it to a plugin that I will submit to the Corona Plugin Store soon.
There is still some work before submitting (optimisation, testing on different devices, …) but here are some features :
-
access to every vertices of polygon pieces
-
access to shape of polygon pieces (for physics)
-
check if a point is inside a polygon
-
get intersection points of a line with convex polygon
…