Public Attributes | |
| BOUNDPOINT * | curr_point |
| start of lines along which to interpolate | |
| BOUNDER * | ref_bound |
| the lines end on this boundary | |
| double | relpos |
| relative position along the lines for new points | |
| double | d_min |
| minimum absolute point-to-boundary distance | |
| int | nperp |
| number of point-to-boundary perpendiculars | |
The curr_point is the current old point from which to drop perpendiculars onto the boundary, but may also be the head of a list of subsequent points; the perpendiculars will determine the locations of the new interpolated points.
1.3.9.1