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