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