Posts by Carolina A. • 31 points
1 post
-
3
votes1
answer1694
viewsQ: How to determine intercession between polygons?
How to determine a C polygon that is intersection of A and B in C ? #include "TPoligono.h" #include <stdlib.h> #include <stdio.h> TPoligono *criaPoligono() { int i; TPoligono *pol =…
casked Carolina A. 31