Blender V2.61 - r43446
|
Go to the source code of this file.
Namespaces | |
namespace | INTERPOLATE |
Functions | |
static float | INTERPOLATE::lerp (float t, float a, float b) |
static float | INTERPOLATE::lerp (float *field, float x, float y, int res) |
static float | INTERPOLATE::lerp3d (float *field, float x, float y, float z, int xres, int yres, int zres) |
template<class T > | |
static float | INTERPOLATE::lerp3dToFloat (T *field1, float x, float y, float z, int xres, int yres, int zres) |
static Vec3 | INTERPOLATE::lerp3dVec (float *field1, float *field2, float *field3, float x, float y, float z, int xres, int yres, int zres) |
Definition in file INTERPOLATE.h.