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

Method phiRotationAroundZAxis

src/model/GlareSensor.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 double GlareSensor_Impl::phiRotationAroundZAxis() const {
89 boost::optional<double> value = getDouble(OS_Glare_SensorFields::PhiRotationAroundZAxis, true);
90 OS_ASSERT(value);
91 return value.get();
92 }
93
94 bool GlareSensor_Impl::isPhiRotationAroundZAxisDefaulted() const {
95 return isEmpty(OS_Glare_SensorFields::PhiRotationAroundZAxis);

Callers 5

transformationMethod · 0.95
TEST_FFunction · 0.45
translateThermalZoneMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36