Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
kd_tree
v0.2.0
Kd
Tree
Node
Built with Crystal 1.9.2
2023-10-08 01:48:57 UTC
class
Kd::Tree::Node(T)
Kd::Tree::Node(T)
Reference
Object
Defined in:
kd_tree.cr
Constructors
.new
(pivot : Array(T), split : Int32, left :
self
| Nil, right :
self
| Nil)
Instance Method Summary
#left
#pivot
#right
#split
Constructor Detail
def self.
new
(pivot : Array(T), split : Int32, left :
self
| Nil, right :
self
| Nil)
#
[
View source
]
Instance Method Detail
def
left
#
[
View source
]
def
pivot
#
[
View source
]
def
right
#
[
View source
]
def
split
#
[
View source
]