Skip to content

WIP: Improve implementation of Kd-tree

Andrew Bauer requested to merge acbauer/vtk:KdTree_improve_accuracy into master

Use double instead float for storing coordinate location and reduce number of casts betweeen floats and doubles in parts of Kd tree implementation.

Merge request reports