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

Method phi

src/utilities/geometry/EulerAngles.cpp:31–33  ·  view source on GitHub ↗

get phi

Source from the content-addressed store, hash-verified

29
30/// get phi
31double EulerAngles::phi() const {
32 return m_storage[2];
33}
34
35/// ostream operator
36std::ostream& operator<<(std::ostream& os, const EulerAngles& angles) {

Callers 10

setTransformationMethod · 0.80
aimAtMethod · 0.80
setTransformationMethod · 0.80
aimAtMethod · 0.80
setTransformationMethod · 0.80
setTransformationMethod · 0.80
setTransformationMethod · 0.80
EulerAngles.cppFile · 0.80
rotationMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64