dot-palm-core
8.7.2
dot-palm-core
/
com.innovatrics.dot.core.geometry
/
PointInt
Point
Int
data
class
PointInt
(
val
x
:
Int
,
val
y
:
Int
)
Point in two-dimensional euclidean space.
Constructors
Properties
Constructors
Point
Int
Link copied to clipboard
fun
PointInt
(
x
:
Int
,
y
:
Int
)
Properties
x
Link copied to clipboard
val
x
:
Int
Horizontal.
y
Link copied to clipboard
val
y
:
Int
Vertical.