Point

public struct Point : Hashable

Simple Point structure used to pass Gaze points and Position around

  • x

    Undocumented

    Declaration

    Swift

    public var x: Double
  • y

    Undocumented

    Declaration

    Swift

    public var y: Double
  • Undocumented

    Declaration

    Swift

    public init(x: Double, y: Double)
  • Undocumented

    Declaration

    Swift

    public static let zero: Point