LinkCrossings

public enum LinkCrossings : Int

Identifies types if link crossings.

  • straight: Straight link crossing.
  • arc: Arc link crossing.
  • cut: Cut link crossing.
  • Undocumented

    Declaration

    Swift

    case straight = 0
  • arc

    Undocumented

    Declaration

    Swift

    case arc = 1
  • cut

    Undocumented

    Declaration

    Swift

    case cut = 2