edu.cmu.emulator.creator.util
Class Coord

java.lang.Object
  extended by edu.cmu.emulator.creator.util.Coord

public class Coord
extends Object


Field Summary
(package private)  double x
           
(package private)  double y
           
(package private)  double z
           
 
Constructor Summary
Coord(double x, double y, double z)
           
Coord(String s)
           
 
Method Summary
 double getX()
           
 double getY()
           
 double getZ()
           
private  double parse(StringTokenizer st)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

double x

y

double y

z

double z
Constructor Detail

Coord

public Coord(double x,
             double y,
             double z)

Coord

public Coord(String s)
Method Detail

parse

private double parse(StringTokenizer st)

toString

public String toString()
Overrides:
toString in class Object

getX

public double getX()

getY

public double getY()

getZ

public double getZ()


Copyright © 2013. All Rights Reserved.