| 202 | } |
| 203 | |
| 204 | Transformation Space_Impl::buildingTransformation() const { |
| 205 | return this->transformation(); |
| 206 | } |
| 207 | |
| 208 | bool Space_Impl::changeTransformation(const openstudio::Transformation& transformation) { |
| 209 | Transformation oldTransformation = this->transformation(); |