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

Method position

src/model/GlareSensor.cpp:184–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182 }
183
184 Point3d GlareSensor_Impl::position() const {
185 Point3d result(this->positionXCoordinate(), this->positionYCoordinate(), this->positionZCoordinate());
186 return result;
187 }
188
189 bool GlareSensor_Impl::setPosition(const Point3d& position) {
190 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