public class CellCoordinate extends Object
| Constructor and Description |
|---|
CellCoordinate(double x,
double y) |
CellCoordinate(float x,
float y) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
compare(CellCoordinate c) |
double |
distance(CellCoordinate c) |
boolean |
equals(Object o) |
float |
getX() |
float |
getY() |
String |
toString() |
public CellCoordinate(float x,
float y)
public CellCoordinate(double x,
double y)
public float getX()
public float getY()
public boolean compare(CellCoordinate c)
public double distance(CellCoordinate c)
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.