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
/
distance
distance
fun
distance
(
a
:
MPoint
,
b
:
MPoint
)
:
Double
fun
distance
(
a
:
MPointInt
,
b
:
MPointInt
)
:
Double
fun
distance
(
a
:
Double
,
b
:
Double
)
:
Double
fun
distance
(
x1
:
Double
,
y1
:
Double
,
x2
:
Double
,
y2
:
Double
)
:
Double
fun
distance
(
x1
:
Float
,
y1
:
Float
,
x2
:
Float
,
y2
:
Float
)
:
Double
fun
distance
(
x1
:
Int
,
y1
:
Int
,
x2
:
Int
,
y2
:
Int
)
:
Double