advanced-algorithms
advanced-algorithms copied to clipboard
QuadTree.Find() function have some bug, can not compare float == float
if (current.Point.X == point.X && current.Point.Y == point.Y) return current;