Closed Aeryes closed 3 years ago
These changes simply add a writable getBoid() method that will return a reference that can be changed elsewhere in the program. It also makes the vector flock private considering that this vector is only accessed through getters and setters anyways.
getBoid()
I see no issues with this, how about you @jyanar ?
These changes simply add a writable
getBoid()
method that will return a reference that can be changed elsewhere in the program. It also makes the vector flock private considering that this vector is only accessed through getters and setters anyways.