public interface LineProcessor2D
| Modifier and Type | Method and Description |
|---|---|
<T> T |
processLine2D(int x0,
int y0,
int x1,
int y1,
PointHandler2D<T> handler)
Process 2D line
|
<T> T processLine2D(int x0,
int y0,
int x1,
int y1,
PointHandler2D<T> handler)
T - handler and return value typehandler - 2D point handlerCopyright © 2014. All rights reserved.