lejos.localization
Class Point
java.lang.Object
lejos.localization.Point
public class Point
- extends Object
Represents a point using float coordinates
- Author:
- Lawrie Griffiths
WARNING: THIS CLASS IS SHARED BETWEEN THE classes AND pccomms PROJECTS.
DO NOT EDIT THE VERSION IN pccomms AS IT WILL BE OVERWRITTEN WHEN THE PROJECT IS BUILT.
|
Field Summary |
float |
x
|
float |
y
|
|
Constructor Summary |
Point(float x,
float y)
Create a point from coordinates |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public float x
y
public float y
Point
public Point(float x,
float y)
- Create a point from coordinates
- Parameters:
x - the x coordinatey - the y coordinate