public interface LineProcessor3D
| Modifier and Type | Method and Description |
|---|---|
<T> T |
processLine3D(int x0,
int y0,
int z0,
int x1,
int y1,
int z1,
PointHandler3D<T> handler)
Process 3D line
|
<T> T processLine3D(int x0,
int y0,
int z0,
int x1,
int y1,
int z1,
PointHandler3D<T> handler)
T - handler and return value typehandler - 3D point handlerCopyright © 2014. All rights reserved.