Everysight SDK
2.5.0
common
Everysight SDK
/
UIKit.app.data
/
Point
Point
class
Point
(
var
x
:
Float
,
var
y
:
Float
)
A point class
Parameters
x
x coordinate
y
y coordinate
Members
Constructors
Point
Link copied to clipboard
constructor
(
x
:
Float
,
y
:
Float
)
Properties
x
Link copied to clipboard
var
x
:
Float
y
Link copied to clipboard
var
y
:
Float