|
Recti 1.2.4
|
Result of a tapping-point calculation. More...
#include <dme_algorithm.hpp>
Public Attributes | |
| int | extend_left |
| int | raw_extend_left |
| double | delay_left |
Result of a tapping-point calculation.
Carries both the clamped extend_left (the tapping point along the merging interval, guaranteed to lie in [0, distance]) and the raw (pre-clamp) value so that the caller can compute the exact wire lengths for the two children as well as the need_elongation flags.
| double recti::TappingResult::delay_left |
Signal delay at the tapping point.
| int recti::TappingResult::extend_left |
Tapping-point offset from the left child, clamped to [0, distance].
| int recti::TappingResult::raw_extend_left |
Raw (pre-clamp) tapping-point offset.