Class TPoint
java.lang.Object
cammons.TPoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public int x -
y
public int y -
z
public int z -
byX
-
byY
-
-
Constructor Details
-
TPoint
public TPoint()Creates a new instance of TPoint -
TPoint
public TPoint(int x, int y) -
TPoint
public TPoint(int x, int y, int z)
-
-
Method Details
-
toString
-
distance2D
-
getLeft
public int getLeft() -
getTop
public int getTop() -
clone
-