Struct evam::AdaptiveSmoothConfig¶
ClassList > evam > AdaptiveSmoothConfig
Configuration structure for AdaptiveSmoothDecor .
#include <evamAdaptiveSmoothDecor.h>
Public Attributes¶
| Type | Name |
|---|---|
| unsigned short | maxTimeConstantMs |
| unsigned short | minTimeConstantMs |
Public Functions¶
| Type | Name |
|---|---|
| AdaptiveSmoothConfig (unsigned short minTimeConstantMs, unsigned short maxTimeConstantMs) |
Public Attributes Documentation¶
variable maxTimeConstantMs¶
unsigned short evam::AdaptiveSmoothConfig::maxTimeConstantMs;
variable minTimeConstantMs¶
unsigned short evam::AdaptiveSmoothConfig::minTimeConstantMs;
Public Functions Documentation¶
function AdaptiveSmoothConfig¶
inline evam::AdaptiveSmoothConfig::AdaptiveSmoothConfig (
unsigned short minTimeConstantMs,
unsigned short maxTimeConstantMs
)
The documentation for this class was generated from the following file src/evamAdaptiveSmoothDecor.h