In the following program body cosists of a vector of pointers. Points is a struct of x,y,z coordinates and a point_id. I believe as body is passed by const reference, the fo
Only body is constant.
body
body.bp[0]->points is no way affected by the constantness of body
body.bp[0]->points