#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 at line 35 of file config_mathutil.cxx. Referenced by FFTCompressor::set_quality(). |
|
|
Definition at line 34 of file config_mathutil.cxx. Referenced by FFTCompressor::set_quality(). |
|
|
Definition at line 33 of file config_mathutil.cxx. Referenced by FFTCompressor::set_quality(). |
1.3