- java.lang.Object
-
- de.unihalle.informatik.MiToBo.topology.MTBTopologicalNumber.Point3D
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
private int |
x |
private int |
y |
private int |
z |
-
Constructor Summary
Constructors
Constructor and Description |
Point3D(int z,
int y,
int x) |
-
-
Method Detail
-
getX
public int getX()
- Returns:
- the x
-
getY
public int getY()
- Returns:
- the y
-
getZ
public int getZ()
- Returns:
- the z
Copyright © 2010–2020 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.