| 131 | } |
| 132 | |
| 133 | void _SimulationFacadeImpl::relaxSelectedObjects(bool includeClusters) |
| 134 | { |
| 135 | _worker.relaxSelectedObjects(includeClusters); |
| 136 | } |
| 137 | |
| 138 | void _SimulationFacadeImpl::uniformVelocitiesForSelectedObjects(bool includeClusters) |
| 139 | { |
nothing calls this directly
no outgoing calls
no test coverage detected