com.infomatiq.jsi
Class Point

java.lang.Object
  |
  +--com.infomatiq.jsi.Point

public class Point
extends java.lang.Object

Currently hardcoded to 2 dimensions, but could be extended.

Version:
1.0b1
Author:
aled.morris@infomatiq.co.uk

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

coordinates

public float[] coordinates
The (x, y) coordinates of the point.

Constructor Detail

Point

public Point(float x,
             float y)
Constructor.

Parameters:
x - The x coordinate of the point
y - The y coordinate of the point