Add The new vertex will be added to the polygon such that it connects the previously added vertex and the first vertex. Examples Polygon polygon( ... );
// Add a vertex (x = 200, y = 100) to the polygon // polygon.Add( Vec2D( 200.0, 100.0 )); Other functions of the class Poly
Questions about Add? Click here. |