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