| 2751 | y1, y0, marginl, marginb); |
| 2752 | |
| 2753 | drawBoundary( st, Th, scale, ar, x0, y0, marginl, marginb ); |
| 2754 | |
| 2755 | return; |
| 2756 | } // |
| 2757 | |
| 2758 | |
| 2759 | bool isSegment( const std::vector<double> &cx, const std::vector<double> &cy, const int i ) |
| 2760 | { |
no outgoing calls
no test coverage detected