#include "GeomExport.h"#include "maxheap.h"#include "strbasic.h"#include <iosfwd>#include <math.h>
Classes |
|
| class | IPoint2 |
Functions |
|
| int | Length (const IPoint2 &) |
| IPoint2 | Normalize (const IPoint2 &) |
| IPoint2 | operator* (int, const IPoint2 &) |
| IPoint2 | operator* (const IPoint2 &, int) |
| IPoint2 | operator/ (const IPoint2 &, int) |
| M_STD_OSTREAM & | operator<< (M_STD_OSTREAM &, const IPoint2 &) |
| int | MaxComponent (const IPoint2 &p) |
| int | MinComponent (const IPoint2 &p) |
| int Length | ( | const IPoint2 & | v | ) | [inline] |
| M_STD_OSTREAM& operator<< | ( | M_STD_OSTREAM & | , |
| const IPoint2 & | |||
| ) |
| int MaxComponent | ( | const IPoint2 & | p | ) | [inline] |
| int MinComponent | ( | const IPoint2 & | p | ) | [inline] |