Quadrant

@objc
public enum Quadrant : Int, CustomStringConvertible

Represents one of four quadrants or the center of a Cartesian coordinate system.

  • Undocumented

    Declaration

    Swift

    case center
  • Undocumented

    Declaration

    Swift

    case topRight
  • Undocumented

    Declaration

    Swift

    case topLeft
  • Undocumented

    Declaration

    Swift

    case bottomLeft
  • Undocumented

    Declaration

    Swift

    case bottomRight
  • Declaration

    Swift

    public var description: String { get }