Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
double EulerAngles::phi() const {
32
return m_storage[2];
33
}
34
35
/// ostream operator
36
std::ostream& operator<<(std::ostream& os, const EulerAngles& angles) {
Callers
10
setTransformation
Method · 0.80
aimAt
Method · 0.80
setTransformation
Method · 0.80
aimAt
Method · 0.80
setTransformation
Method · 0.80
setTransformation
Method · 0.80
setTransformation
Method · 0.80
EulerAngles.cpp
File · 0.80
rotation
Method · 0.80
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64