#include <math.h>
#include <ctype.h>
#include "point.h"
Go to the source code of this file.
Defines | |
#define | PI 3.1415926535897932385 |
Functions | |
int | side_of_circle (const MSLPoint& a, const MSLPoint& b, const MSLPoint& c, const MSLPoint& d) |
ostream& | operator<< (ostream& out, const MSLPoint& p) |
istream& | operator>> (istream& in, MSLPoint& p) |
ostream& | operator<< (ostream& out, const list<MSLPoint>& L) |
istream& | operator>> (istream& in, list<MSLPoint>& L) |
ostream& | operator<< (ostream& out, const list<list<MSLPoint> >& L) |
istream& | operator>> (istream& in, list<list<MSLPoint> >& L) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|