edu.cmu.emulator.world
Class ECEFPos

java.lang.Object
  extended by edu.cmu.emulator.world.ECEFPos

public class ECEFPos
extends Object


Field Summary
protected  double[] pos
           
 
Constructor Summary
ECEFPos(double x, double y, double z)
           
 
Method Summary
 double[] getXYZ()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pos

protected double[] pos
Constructor Detail

ECEFPos

public ECEFPos(double x,
               double y,
               double z)
Method Detail

getXYZ

public double[] getXYZ()


Copyright © 2013. All Rights Reserved.