cammons
public class TPoint extends Object
Field Summary | |
---|---|
static Comparator | byX |
static Comparator | byY |
int | x |
int | y |
int | z |
Constructor Summary | |
---|---|
TPoint() Creates a new instance of TPoint | |
TPoint(int x, int y) | |
TPoint(int x, int y, int z) |
Method Summary | |
---|---|
double | distance2D(TPoint p) |
int | getLeft() |
int | getTop() |