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

Method corners

src/model/IlluminanceMap.cpp:266–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264 }
265
266 std::vector<Point3d> IlluminanceMap_Impl::corners() const {
267 std::vector<Point3d> result{
268 {0, this->yLength(), 0},
269 {0, 0, 0},
270 {this->xLength(), 0, 0},
271 {this->xLength(), this->yLength(), 0},
272 };
273 return result;
274 }
275
276 int IlluminanceMap_Impl::spaceIndex() const {
277 return OS_IlluminanceMapFields::SpaceName;

Callers 3

boundingBoxMethod · 0.45

Calls 2

yLengthMethod · 0.95
xLengthMethod · 0.95

Tested by

no test coverage detected