#include "lugre_prefix.h"#include <math.h>#include "GhoulPrimitives.h"#include "Ogre.h"

Go to the source code of this file.
Functions | |
| int | max (const int a, const int b) |
| Real | InterpolatateFloat_Linear (kReal p1, kReal p2, kReal t) |
| Real | InterpolatateFloat_Smooth (kReal q1, kReal p1, kReal p2, kReal q2, kReal t) |
Definition at line 135 of file GhoulPrimitives.cpp.
References GhoulPrimitive::Primitive::InterpolatateFloat(), GhoulPrimitive::kInterpolate_Linear, and PROFILE.
Definition at line 139 of file GhoulPrimitives.cpp.
References GhoulPrimitive::Primitive::InterpolatateFloat(), GhoulPrimitive::kInterpolate_SmoothQuadric, and PROFILE.
| int max | ( | const int | a, | |
| const int | b | |||
| ) | [inline] |
Definition at line 11 of file GhoulPrimitives.cpp.
Referenced by Lugre::cRobRenderOp::End(), GhoulPrimitive::OgreRenderableDrawer::getBoundingRadius(), Lugre::cSoundSource_L::GetMinMaxDistance(), Lugre::cFIFO_L::HackRestore(), Lugre::cFIFO_L::PeekFloat(), Lugre::cFIFO_L::PeekNetUint16(), Lugre::cFIFO_L::PeekNetUint32(), Lugre::cFIFO_L::PeekNetUint8(), Lugre::cFIFO_L::PokeNetUint8(), Lugre::cFIFO_L::PopRaw(), Lugre::cFIFO_L::RegisterMethods(), Lugre::cRobMovable::SetBounds(), GhoulPrimitive::Cone::SetParams(), and GhoulPrimitive::Ellipsoid::SetParams().
1.5.6