#include "maxheap.h"#include "GeomExport.h"#include "strbasic.h"#include "ipoint2.h"#include "assert1.h"#include <iosfwd>#include <math.h>Classes | |
| class | Point2 |
Functions | |
| Point2 | operator+ (const Point2 &a, float f) |
| float | Length (const Point2 &) |
| int | MaxComponent (const Point2 &) |
| int | MinComponent (const Point2 &) |
| Point2 | Normalize (const Point2 &) |
| Point2 | operator* (float, const Point2 &) |
| Point2 | operator* (const Point2 &, float) |
| Point2 | operator/ (const Point2 &, float) |
| M_STD_OSTREAM & | operator<< (M_STD_OSTREAM &, const Point2 &) |
| float | LengthSquared (const Point2 &v) |
|
inline |
| M_STD_OSTREAM& operator<< | ( | M_STD_OSTREAM & | , |
| const Point2 & | |||
| ) |