toggle menu
core
0.44.1
js
switch theme
search in API
core
/
de.peekandpoke.kraft.utils
/
Vector2D
Vector2D
js
data
class
Vector2D
(
val
x
:
Double
,
val
y
:
Double
)
Members
Constructors
Vector2D
Link copied to clipboard
js
constructor
(
x
:
Double
,
y
:
Double
)
Types
Companion
Link copied to clipboard
js
object
Companion
Properties
x
Link copied to clipboard
js
val
x
:
Double
y
Link copied to clipboard
js
val
y
:
Double
Functions
minus
Link copied to clipboard
js
operator
fun
minus
(
other
:
Vector2D
)
:
Vector2D
plus
Link copied to clipboard
js
operator
fun
plus
(
other
:
Vector2D
)
:
Vector2D