Class NEZCoordinate

java.lang.Object
llnl.gnem.core.util.Geometry.NEZCoordinate

public class NEZCoordinate extends Object
  • Constructor Details

    • NEZCoordinate

      public NEZCoordinate(double xNorthKm, double yEastKm, double zDownKm)
    • NEZCoordinate

      public NEZCoordinate(org.apache.commons.math3.geometry.euclidean.threed.Vector3D nezKmVector)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • getxNorthKm

      public double getxNorthKm()
      Returns:
      the xNorthKm
    • getyEastKm

      public double getyEastKm()
      Returns:
      the yEastKm
    • getzDownKm

      public double getzDownKm()
      Returns:
      the zDownKm
    • subtract

      public NEZCoordinate subtract(NEZCoordinate other)
    • getNorm

      public double getNorm()
    • toVector3D

      public org.apache.commons.math3.geometry.euclidean.threed.Vector3D toVector3D()