Class EdgeCrossing

java.lang.Object
ext.plantuml.com.ctreber.acearth.util.EdgeCrossing

public class EdgeCrossing extends Object

Holds information about a line crossing "the edge of Earth".

© 2002 Christian Treber, [email protected]

  • Field Details

  • Constructor Details

    • EdgeCrossing

      public EdgeCrossing(int pType, int pIndex, double pX, double pY, double pAngle)
  • Method Details

    • toString

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

      public int getType()
    • getX

      public double getX()
    • getY

      public double getY()
    • getAngle

      public double getAngle()
    • getIndex

      public int getIndex()