Routines to handle linear interpolation from a table of x,y The table must be sorted by "x" in ascending order. More...
#include <simgear/compiler.h>
#include <simgear/structure/SGReferenced.hxx>
#include <map>
#include <string>
Go to the source code of this file.
Classes | |
class | SGInterpTable |
A class that provids a simple linear 2d interpolation lookup table. More... |
Routines to handle linear interpolation from a table of x,y The table must be sorted by "x" in ascending order.
Definition in file interpolater.hxx.