Module kiddo::float

source ·
Expand description

Floating point k-d tree, for use when the co-ordinates of the points being stored in the tree are floats. f64 or f32 are the types that are supported for use as co-ordinates, or f16 if the f16 feature is enabled

Modules§

  • Contains a selection of distance metrics that can be chosen from to measure the distance between two points stored inside the tree.
  • Floating point k-d tree, for use when the co-ordinates of the points being stored in the tree are floats. f64 or f32 are supported currently, or f16 if the f16 feature is enabled