alecjacobson/computer-graphics-bounding-volume-hierarchy

"projection" in point_AABBTree_squared_distance()

chenbowen opened this issue · 0 comments

The output variable projection from point_AABBTree_squared_distance() is never used by the caller in distances.cpp. Can we simply ignore this variable?