Package 

Class Vector3D


  • @Serializable() 
    public final class Vector3D
    
                        

    3D vector for positions and velocities in ECEF coordinates.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Double x
      private final Double y
      private final Double z
    • Method Summary

      Modifier and Type Method Description
      final Double getX()
      final Double getY()
      final Double getZ()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait