OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
anonymous_namespace{weather.cpp} Namespace Reference

Functions

float lerp (float x, float y, float factor)
 
osg::Vec4f lerp (const osg::Vec4f &x, const osg::Vec4f &y, float factor)
 

Variables

static const int invalidWeatherID = -1
 

Function Documentation

float anonymous_namespace{weather.cpp}::lerp ( float  x,
float  y,
float  factor 
)
osg::Vec4f anonymous_namespace{weather.cpp}::lerp ( const osg::Vec4f &  x,
const osg::Vec4f &  y,
float  factor 
)

Here is the caller graph for this function:

Variable Documentation

const int anonymous_namespace{weather.cpp}::invalidWeatherID = -1
static