Dot

public struct Dot

A simple immutable struct to capture a point with a label.

  • Declaration

    Swift

    public let label: Int
  • loc

    Declaration

    Swift

    public let loc: CGPoint