Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ y
Method
y
src/utilities/geometry/Vector3d.cpp:26–28 ·
view source on GitHub ↗
get y
Source
from the content-addressed store, hash-verified
24
25
/// get y
26
double Vector3d::y() const {
27
return m_storage[1];
28
}
29
30
/// get z
31
double Vector3d::z() const {
Callers
6
operator+
Method · 0.45
Vector3d.cpp
File · 0.45
operator-
Method · 0.45
operator-
Function · 0.45
operator*
Function · 0.45
cross
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected