Interface Point.Resolver<T extends Point>
-
- Enclosing interface:
- Point
public static interface Point.Resolver<T extends Point>
Used to resolve a position about a point
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
resolve(T point)
-