Returns, as a FloatPolygon, an interpolated version of this selection that has points spaced 1.0 pixel apart.
()
| 646 | * of this selection that has points spaced 1.0 pixel apart. |
| 647 | */ |
| 648 | public FloatPolygon getInterpolatedPolygon() { |
| 649 | return getInterpolatedPolygon(1.0, false); |
| 650 | } |
| 651 | |
| 652 | /** Returns, as a FloatPolygon, an interpolated version of |
| 653 | * this selection with points spaced 'interval' pixels apart. |
no test coverage detected