orx
Toggle table of contents
0.5.0-dev.28+293aff4
common
Target filter
common
Switch theme
Search in API
Skip to content
orx
orx-quadtree
/
org.openrndr.extra.quadtree
/
QuadtreeQuery
Quadtree
Query
@
JvmRecord
data
class
QuadtreeQuery
<
T
>
(
val
nearest
:
T
,
val
neighbours
:
List
<
T
>
,
val
quads
:
List
<
Quadtree
<
T
>
>
)
(
source
)
Members
Constructors
Quadtree
Query
Link copied to clipboard
constructor
(
nearest
:
T
,
neighbours
:
List
<
T
>
,
quads
:
List
<
Quadtree
<
T
>
>
)
Properties
nearest
Link copied to clipboard
val
nearest
:
T
neighbours
Link copied to clipboard
val
neighbours
:
List
<
T
>
quads
Link copied to clipboard
val
quads
:
List
<
Quadtree
<
T
>
>