Package com.jackmeng.stl
Class stl_Pt
java.lang.Object
com.jackmeng.stl.stl_Pt
public final class stl_Pt
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description stl_Pt(int x, int y)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
x
public int x -
y
public int y
-
-
Constructor Details
-
stl_Pt
public stl_Pt(int x, int y)
-