| 313 | } |
| 314 | |
| 315 | Point3d DaylightingControl_Impl::position() const { |
| 316 | Point3d result(this->positionXCoordinate(), this->positionYCoordinate(), this->positionZCoordinate()); |
| 317 | return result; |
| 318 | } |
| 319 | |
| 320 | bool DaylightingControl_Impl::setPosition(const Point3d& position) { |
| 321 | this->setPositionXCoordinate(position.x()); |
no test coverage detected