Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ x
Method
x
src/utilities/geometry/Vector3d.cpp:21–23 ·
view source on GitHub ↗
get x
Source
from the content-addressed store, hash-verified
19
20
/// get x
21
double Vector3d::x() const {
22
return m_storage[0];
23
}
24
25
/// get y
26
double Vector3d::y() 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