#include "GeomExport.h"#include "maxheap.h"#include "ioapi.h"#include "point2.h"#include "point3.h"#include "strbasic.h"#include <iosfwd>| Classes | |
| class | Matrix2 | 
| Functions | |
| Matrix2 | RotateMatrix (float angle) | 
| Matrix2 | TransMatrix (const Point2 &p) | 
| Matrix2 | ScaleMatrix (const Point2 &s) | 
| Matrix2 | Inverse (const Matrix2 &M) | 
| Point2 | operator* (const Matrix2 &A, const Point2 &V) | 
| Point2 | operator* (const Point2 &V, const Matrix2 &A) | 
| Point2 | VectorTransform (const Matrix2 &M, const Point2 &V) | 
| M_STD_OSTREAM & | operator<< (M_STD_OSTREAM &s, const Matrix2 &A) | 
| Matrix2 RotateMatrix | ( | float | angle | ) | 
| M_STD_OSTREAM& operator<< | ( | M_STD_OSTREAM & | s, | 
| const Matrix2 & | A | ||
| ) |