|
iLand
|
#include "global.h"#include "dem.h"#include "globalsettings.h"#include "model.h"#include "gisgrid.h"Functions | |
| template<typename T > | |
| T | bilinear (const T &tx, const T &ty, const T &c00, const T &c10, const T &c01, const T &c11) |
| T bilinear | ( | const T & | tx, |
| const T & | ty, | ||
| const T & | c00, | ||
| const T & | c10, | ||
| const T & | c01, | ||
| const T & | c11 | ||
| ) |