Recti 1.2.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
recti::TappingResult Struct Reference

Result of a tapping-point calculation. More...

#include <dme_algorithm.hpp>

Public Attributes

int extend_left
 
int raw_extend_left
 
double delay_left
 

Detailed Description

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.

Member Data Documentation

◆ delay_left

double recti::TappingResult::delay_left

Signal delay at the tapping point.

◆ extend_left

int recti::TappingResult::extend_left

Tapping-point offset from the left child, clamped to [0, distance].

◆ raw_extend_left

int recti::TappingResult::raw_extend_left

Raw (pre-clamp) tapping-point offset.


The documentation for this struct was generated from the following file: