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