| 137 | } |
| 138 | |
| 139 | void PeriodicInflator::get_center_cell_bbox( |
| 140 | VectorF& bbox_min, VectorF& bbox_max) { |
| 141 | bbox_min = m_wire_network->get_bbox_min(); |
| 142 | bbox_max = m_wire_network->get_bbox_max(); |
| 143 | } |
| 144 | |
| 145 | void PeriodicInflator::update_shape_velocities() { |
| 146 | if (!m_with_shape_velocities) return; |
nothing calls this directly
no test coverage detected