dilevin / computer-graphics-bounding-volume-hierarchy

Computer Graphics Assignment about Bounding Volume Hierarchies
6 stars 5 forks source link

confused about point_squared_distance function #53

Closed RaihanFaruque closed 4 years ago

RaihanFaruque commented 4 years ago

Are we supposed to implement it?

kyokeunpark commented 4 years ago

already implemented in CloudPoint.h (CloudPoint is the only object we use other than AABBTree for distances)