MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / position

Method position

src/model/DaylightingControl.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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());

Callers 1

aimAtMethod · 0.95

Calls 3

positionXCoordinateMethod · 0.95
positionYCoordinateMethod · 0.95
positionZCoordinateMethod · 0.95

Tested by

no test coverage detected