Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
85 B
1
Indexable
Never
package byow.Core;

public interface PointSet {
    Position nearest(int x, int y);
}