Question: The C++ commands using Allegro: int points[8] = { 0, 0, 0, 100, 100, 100, 100, 0 }; polygon(screen, 4, points, makecol(0, 0, 0)); will
The C++ commands using Allegro: int points[8] = { 0, 0, 0, 100, 100, 100, 100, 0 }; polygon(screen, 4, points, makecol(0, 0, 0)); will __________________.
| a. | draw a planar and convex polygon | |
| b. | draw neither planar nor convex polygon | |
| c. | draw nonplanar and convex polygon | |
| d. | draw planar and nonconvex polygon |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
