#include <Distance.h>
◆ DistanceEffect()
WebCore::DistanceEffect::DistanceEffect |
( |
| ) |
|
◆ exponentialGain()
double WebCore::DistanceEffect::exponentialGain |
( |
double |
distance | ) |
|
|
protected |
◆ gain()
double WebCore::DistanceEffect::gain |
( |
double |
distance | ) |
|
◆ inverseGain()
double WebCore::DistanceEffect::inverseGain |
( |
double |
distance | ) |
|
|
protected |
◆ linearGain()
double WebCore::DistanceEffect::linearGain |
( |
double |
distance | ) |
|
|
protected |
◆ maxDistance()
double WebCore::DistanceEffect::maxDistance |
( |
| ) |
const |
|
inline |
◆ model()
◆ refDistance()
double WebCore::DistanceEffect::refDistance |
( |
| ) |
const |
|
inline |
◆ rolloffFactor()
double WebCore::DistanceEffect::rolloffFactor |
( |
| ) |
const |
|
inline |
◆ setMaxDistance()
void WebCore::DistanceEffect::setMaxDistance |
( |
double |
maxDistance | ) |
|
|
inline |
◆ setModel()
◆ setRefDistance()
void WebCore::DistanceEffect::setRefDistance |
( |
double |
refDistance | ) |
|
|
inline |
◆ setRolloffFactor()
void WebCore::DistanceEffect::setRolloffFactor |
( |
double |
rolloffFactor | ) |
|
|
inline |
◆ m_isClamped
bool WebCore::DistanceEffect::m_isClamped |
|
protected |
◆ m_maxDistance
double WebCore::DistanceEffect::m_maxDistance |
|
protected |
◆ m_model
◆ m_refDistance
double WebCore::DistanceEffect::m_refDistance |
|
protected |
◆ m_rolloffFactor
double WebCore::DistanceEffect::m_rolloffFactor |
|
protected |
The documentation for this class was generated from the following file: