ktConfig
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
ktConfig
ktConfig
/
dev.s7a.ktconfig.model
/
Vector2
Vector2
data
class
Vector2
(
val
x
:
Double
,
val
y
:
Double
)
Two-dimensional vector.
Since
1.0.0
Members
Constructors
Vector2
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
)
Types
Serializer
Link copied to clipboard
object
Serializer
:
KtConfigSerializer
<
String
,
Vector2
>
Serializer of
Vector2
separated by commas.
Properties
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double