toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure.ds
/
BVH
/
Node
/
Node
Node
constructor
(
d
:
BVHRect
,
id
:
String
?
=
null
,
nodes
:
FastArrayList
<
BVH.Node
<
T
>
>
?
=
null
,
value
:
T
?
=
null
)