Mutable demo
polygon.cpp File Reference
#include "polygon.h"
#include <iostream>
#include <vector>
#include <cmath>
Include dependency graph for polygon.cpp:

Go to the source code of this file.

Functions

ostream & operator<< (ostream &s, const Point2D &rhs)
 

Function Documentation

◆ operator<<()

ostream& operator<< ( ostream &  s,
const Point2D rhs 
)

Definition at line 8 of file polygon.cpp.

Here is the call graph for this function: