lucene-kmp
Toggle table of contents
10.2.0-alpha14
common
Target filter
common
Switch theme
Search in API
Skip to content
lucene-kmp
test-framework
/
org.gnit.lucenekmp.tests.geo
/
BaseXYPointTestCase
/
Companion
Companion
object
Companion
Members
Functions
cartesian
Distance
Link copied to clipboard
fun
cartesianDistance
(
x1
:
Double
,
y1
:
Double
,
x2
:
Double
,
y2
:
Double
)
:
Double
rect
Contains
Point
Link copied to clipboard
fun
rectContainsPoint
(
rect
:
XYRectangle
,
x
:
Double
,
y
:
Double
)
:
Boolean