| Modifier and Type | Method and Description |
|---|---|
<T> T |
LineProcessor2D.processLine2D(int x0,
int y0,
int x1,
int y1,
PointHandler2D<T> handler)
Process 2D line
|
<T> T |
BresenhamLine.processLine2D(int x0,
int y0,
int x1,
int y1,
PointHandler2D<T> handler) |
Copyright © 2014. All rights reserved.