class Kd::Node

Defined in:

kd_tree.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pivot : Point, split : Int32, left : self | Nil, right : self | Nil) #

[View source]

Instance Method Detail

def left : Kd::Node? #

[View source]
def pivot : Array(Float64) #

[View source]
def right : Kd::Node? #

[View source]
def split : Int32 #

[View source]