bazar  1.3.1
Functions
projection_matrix.cpp File Reference
#include <cmath>
#include <iostream>
#include <fstream>
#include <float.h>
#include <math/linear_algebra.h>
#include "projection_matrix.h"
Include dependency graph for projection_matrix.cpp:

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)

Function Documentation

static double diag ( double  x,
double  y 
)
static

Definition at line 163 of file projection_matrix.cpp.

Referenced by diagDiff().

static double diagDiff ( const int  W,
const int  H,
double  dx,
double  dy 
)
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.