isometric
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
isometric
isometric-core
/
io.github.jayteealao.isometric
/
Point
/
plus
plus
operator
fun
plus
(
other
:
Point
)
:
Point
Returns a new point with each coordinate summed.
operator
fun
plus
(
vector
:
Vector
)
:
Point
Translates this point by
vector
.