#include "config_mathutil.h"
#include "boundingVolume.h"
#include "geometricBoundingVolume.h"
#include "finiteBoundingVolume.h"
#include "omniBoundingVolume.h"
#include "boundingSphere.h"
#include "boundingHexahedron.h"
#include "boundingLine.h"
#include "linmath_events.h"
#include "dconfig.h"
Go to the source code of this file.
Functions | |
Configure (config_mathutil) | |
NotifyCategoryDef (mathutil,"") | |
ConfigureFn (config_mathutil) | |
Variables | |
const double | fft_offset = config_mathutil.GetDouble("fft-offset", 0.001) |
const double | fft_factor = config_mathutil.GetDouble("fft-factor", 0.1) |
const double | fft_exponent = config_mathutil.GetDouble("fft-exponent", 4) |
Definition in file config_mathutil.cxx.
|
|
|
Definition at line 40 of file config_mathutil.cxx. |
|
|
|
Definition at line 38 of file config_mathutil.cxx. Referenced by FFTCompressor::is_compression_available(). |
|
Definition at line 37 of file config_mathutil.cxx. Referenced by FFTCompressor::is_compression_available(). |
|
Definition at line 36 of file config_mathutil.cxx. Referenced by FFTCompressor::is_compression_available(). |