|
bazar
1.3.1
|

Go to the source code of this file.
Classes | |
| struct | GuessMode |
Functions | |
| static void | get3x3MulWithTransposed (const double m[3][4], double mmt[3][3]) |
| static double | diag (double x, double y) |
| static double | diagDiff (const GuessMode &m, double dx, double dy) |
| ostream & | operator<< (ostream &os, const PerspectiveProjection &cam) |
| ostream & | operator<< (ostream &os, const PerspectiveCamera &cam) |
|
static |
Definition at line 431 of file camera.cpp.
Referenced by diagDiff().
|
static |
Definition at line 436 of file camera.cpp.
References diag(), GuessMode::h, and GuessMode::w.
Referenced by PerspectiveCamera::loadTdir().
|
static |
Definition at line 265 of file camera.cpp.
Referenced by PerspectiveCamera::loadTdir().
| ostream& operator<< | ( | ostream & | os, |
| const PerspectiveProjection & | cam | ||
| ) |
Definition at line 542 of file camera.cpp.
References PerspectiveProjection::cx, PerspectiveProjection::cy, PerspectiveProjection::f, PerspectiveProjection::farPlane, PerspectiveProjection::g, PerspectiveProjection::height, PerspectiveProjection::nearPlane, PerspectiveProjection::s, and PerspectiveProjection::width.
| ostream& operator<< | ( | ostream & | os, |
| const PerspectiveCamera & | cam | ||
| ) |
Definition at line 556 of file camera.cpp.
References PerspectiveCamera::getWorldToEyeMat().
1.8.1.2