isometric
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
isometric
isometric-core
/
io.github.jayteealao.isometric
/
Vector
/
Companion
/
dotProduct
dot
Product
fun
dotProduct
(
v1
:
Vector
,
v2
:
Vector
)
:
Double
Returns the dot product of
v1
and
v2
.