korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math
/
korlibs.math.geom
/
MPoint
/
Companion
/
distanceSquared
distance
Squared
fun
distanceSquared
(
x1
:
Double
,
y1
:
Double
,
x2
:
Double
,
y2
:
Double
)
:
Double
fun
distanceSquared
(
x1
:
Int
,
y1
:
Int
,
x2
:
Int
,
y2
:
Int
)
:
Int
fun
distanceSquared
(
a
:
MPoint
,
b
:
MPoint
)
:
Double
fun
distanceSquared
(
a
:
MPointInt
,
b
:
MPointInt
)
:
Int