Point
public struct Point : Hashable
Simple Point structure used to pass Gaze points and Position around
-
Undocumented
Declaration
Swift
public var x: Double
-
Undocumented
Declaration
Swift
public var y: Double
-
Undocumented
Declaration
Swift
public init(x: Double, y: Double)
-
Undocumented
Declaration
Swift
public static let zero: Point