alecjacobson / computer-graphics-bounding-volume-hierarchy

Computer Graphics Assignment about Bounding Volume Hierarchies
124 stars 46 forks source link

"projection" in point_AABBTree_squared_distance() #13

Closed chenbowen closed 6 years ago

chenbowen commented 6 years ago

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