Graphics
Polygon
|
A polygon is an angular shape such as a triangle or a hexagon.
We need tto specify a whole list of points to draw or fill a
polygon.
1. [ C++ ] Polygon
We build a std::list of Coordinate objects.
test text
1. [ Java ] Polygon
The Polygon object may have a number of Points added.
test text
1. [ C# ] Polygon | |

We build an Array of Point objects.
test text
1. [ Perl ] Polygon | |
test text
|