cz.muni.fi.xmravec.bc.prodes
Class Coordinates

java.lang.Object
  extended by cz.muni.fi.xmravec.bc.prodes.Coordinates

public class Coordinates
extends java.lang.Object

Coordinates class contains Cartesian coordinate


Constructor Summary
Coordinates(double x, double y, double z)
          Creates new Cartesian coordinates
 
Method Summary
 boolean equals(java.lang.Object o)
           
 double getX()
           
 double getY()
           
 double getZ()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Coordinates

public Coordinates(double x,
                   double y,
                   double z)
Creates new Cartesian coordinates

Parameters:
x - x value
y - y value
z - z value
Method Detail

getX

public double getX()

getY

public double getY()

getZ

public double getZ()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object