Schnittstelle PathDirection


public interface PathDirection
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    static final int
    The tangent against path direction of the outgoing
    side of the path
    static final int
    The tangent in path direction of the incoming side
    of the path
    static final int
    The tangent in path direction of the outgoing side
    of the path
    static final int
    The tangent against path direction of the incoming side
    of the path
  • Felddetails

    • FROM_START

      static final int FROM_START
      The tangent in path direction of the incoming side
      of the path
      Siehe auch:
    • TO_START

      static final int TO_START
      The tangent against path direction of the incoming side
      of the path
      Siehe auch:
    • TO_END

      static final int TO_END
      The tangent in path direction of the outgoing side
      of the path
      Siehe auch:
    • FROM_END

      static final int FROM_END
      The tangent against path direction of the outgoing
      side of the path
      Siehe auch: