| void grapic::polygonFill | ( | int | p[][2], |
| unsigned int | number | ||
| ) |
Draw a simple(no edge-crossing) and without holes filled polygon.
| p[] | : array of integer which represent the coordinate of each vertices |
| number | : number of element in p[], must be even (point are two integers each)! |