korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-vector
/
korlibs.math.geom
/
Vector2F
/
Companion
/
distance
distance
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
)
:
Float
fun
distance
(
x1
:
Int
,
y1
:
Int
,
x2
:
Int
,
y2
:
Int
)
:
Float
fun
distance
(
a
:
Vector2F
,
b
:
Vector2F
)
:
Float
fun
distance
(
a
:
Vector2I
,
b
:
Vector2I
)
:
Float