|
bazar
1.3.1
|
#include <cmath>#include <iostream>#include <fstream>#include <float.h>#include <math/linear_algebra.h>#include "projection_matrix.h"
Go to the source code of this file.
Functions | |
| static double | diag (double x, double y) |
| static double | diagDiff (const int W, const int H, double dx, double dy) |
| ostream & | operator<< (ostream &o, const projection_matrix &P) |
|
static |
Definition at line 163 of file projection_matrix.cpp.
Referenced by diagDiff().
|
static |
Definition at line 168 of file projection_matrix.cpp.
References diag().
Referenced by projection_matrix::load_tdir().
| ostream& operator<< | ( | ostream & | o, |
| const projection_matrix & | P | ||
| ) |
Definition at line 328 of file projection_matrix.cpp.
1.8.1.2