public class Punkt extends Object
Modifier and Type | Field and Description |
---|---|
private double |
x
die X-Koordinate.
|
private double |
y
die Y-Koordinate.
|
Constructor and Description |
---|
Punkt(double x,
double y)
Konstruktor.
|
Modifier and Type | Method and Description |
---|---|
double |
getX()
liefert die X-Koordinate des Punkts.
|
double |
getY()
liefert die Y-Koordinate des Punkts.
|
String |
toString() |
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.