advanced-algorithms icon indicating copy to clipboard operation
advanced-algorithms copied to clipboard

QuadTree.Find() function have some bug, can not compare float == float

Open tangeping opened this issue 9 months ago • 0 comments

if (current.Point.X == point.X && current.Point.Y == point.Y) return current;

tangeping avatar May 17 '24 02:05 tangeping