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
/
minus
minus
operator
fun
minus
(
other
:
Point
)
:
Vector
Returns the
Vector
from
other
to this point.
operator
fun
minus
(
vector
:
Vector
)
:
Point
Translates this point by the negation of
vector
.