Skip to content

bounding box computation is now const correct

Zain Selman requested to merge fix_bounding_box_constness into master

Bounding Box computation was not const correct. This commit fixes this by appending the const keyword to definition/declaration

Merge request reports