Initializes an invalid sound path.
| 42 | |
| 43 | // Initializes an invalid sound path. |
| 44 | SoundPath() |
| 45 | : firstProbe(-1) |
| 46 | , lastProbe(-1) |
| 47 | , probeAfterFirst(-1) |
| 48 | , probeBeforeLast(-1) |
| 49 | , direct(false) |
| 50 | , distanceInternal(0.0f) |
| 51 | , deviationInternal(0.0f) |
| 52 | {} |
| 53 | |
| 54 | // Initializes a sound path from a probe path. |
| 55 | SoundPath(const ProbePath& probePath, |
nothing calls this directly
no outgoing calls
no test coverage detected