| 94 | } |
| 95 | |
| 96 | void ClusteredDataDescription::setCenter(RealVector2D const& center) |
| 97 | { |
| 98 | auto origCenter = calcCenter(); |
| 99 | auto delta = center - origCenter; |
| 100 | shift(delta); |
| 101 | } |
| 102 | |
| 103 | RealVector2D ClusteredDataDescription::calcCenter() const |
| 104 | { |
no outgoing calls
no test coverage detected