dot-face-lite
9.2.0
publicApi
dot-face-lite
/
com.innovatrics.dot.core.geometry
/
PointInt
Point
Int
data
class
PointInt
(
val
x
:
Int
,
val
y
:
Int
)
Point in two-dimensional euclidean space.
Members
Constructors
Point
Int
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
)
Properties
x
Link copied to clipboard
val
x
:
Int
Horizontal.
y
Link copied to clipboard
val
y
:
Int
Vertical.