@FunctionalInterface
public static interface GeometryUtil.AllPlaneVisitor
| Modifier and Type | Method and Description | 
|---|---|
| void | visit(int dx,
     int dy,
     float d)Visit the specified location relative to the origin of the plane. | 
void visit(int dx,
           int dy,
           float d)
dx - The x coordinate to visit relative to the origin of the plane.dy - The y coordinate to visit relative to the origin of the plane.d - The distance from the origin.