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

Method psiRotationAroundXAxis

src/model/GlareSensor.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 double GlareSensor_Impl::psiRotationAroundXAxis() const {
69 boost::optional<double> value = getDouble(OS_Glare_SensorFields::PsiRotationAroundXAxis, true);
70 OS_ASSERT(value);
71 return value.get();
72 }
73
74 bool GlareSensor_Impl::isPsiRotationAroundXAxisDefaulted() const {
75 return isEmpty(OS_Glare_SensorFields::PsiRotationAroundXAxis);

Callers 3

transformationMethod · 0.95
TEST_FFunction · 0.45
translateThermalZoneMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.36