|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.infomatiq.jsi.Point
Currently hardcoded to 2 dimensions, but could be extended.
Field Summary | |
float[] |
coordinates
The (x, y) coordinates of the point. |
Constructor Summary | |
Point(float x,
float y)
Constructor. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public float[] coordinates
Constructor Detail |
public Point(float x, float y)
x
- The x coordinate of the pointy
- The y coordinate of the point
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |