menu
kdtree package
documentation
kdtree
KDTree
height property
height
brightness_4
height
property
Null safety
int
height
Calculate height of K-d Tree
Implementation
int get height { return _root?.height ?? 0; }
kdtree package
documentation
kdtree
KDTree
height property
KDTree class
Constructors
KDTree
fromJson
Properties
dimensions
hashCode
height
length
metric
runtimeType
Methods
balanceFactor
insert
nearest
noSuchMethod
remove
toJson
toString
Operators
operator ==