CGPoint

public extension CGPoint
  • Undocumented

    Declaration

    Swift

    static func += (lhs: inout CGPoint, rhs: CGPoint)
  • Undocumented

    Declaration

    Swift

    static func -= (lhs: inout CGPoint, rhs: CGPoint)
  • Undocumented

    Declaration

    Swift

    static func *= (lhs: inout CGPoint, rhs: CGFloat)
  • Undocumented

    Declaration

    Swift

    static func + (lhs: CGPoint, rhs: CGPoint) -> CGPoint
  • Undocumented

    Declaration

    Swift

    static func - (lhs: CGPoint, rhs: CGPoint) -> CGPoint
  • Undocumented

    Declaration

    Swift

    static func / (lhs: CGPoint, rhs: CGFloat) -> CGPoint
  • Undocumented

    Declaration

    Swift

    prefix static func - (point: CGPoint) -> CGPoint

Other

  • Undocumented

    Declaration

    Swift

    func distance(to point: CGPoint) -> CGFloat