de.unihalle.informatik.MiToBo.topology
Class MTBTopologicalNumber.Point3D
java.lang.Object
de.unihalle.informatik.MiToBo.topology.MTBTopologicalNumber.Point3D
- Enclosing class:
- MTBTopologicalNumber
public class MTBTopologicalNumber.Point3D
- extends Object
This class is used as a light weight 3D point implementation
- Author:
- posch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MTBTopologicalNumber.Point3D
public MTBTopologicalNumber.Point3D(int z,
int y,
int x)
MTBTopologicalNumber.Point3D
public MTBTopologicalNumber.Point3D()
getX
public int getX()
- Returns:
- the x
setX
public void setX(int x)
- Parameters:
x
- the x to set
getY
public int getY()
- Returns:
- the y
setY
public void setY(int y)
- Parameters:
y
- the y to set
getZ
public int getZ()
- Returns:
- the z
setZ
public void setZ(int z)
- Parameters:
z
- the z to set
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.