Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/OpenStudio
/ z
Method
z
src/utilities/geometry/Vector3d.cpp:31–33 ·
view source on GitHub ↗
get z
Source
from the content-addressed store, hash-verified
29
30
/// get z
31
double Vector3d::z() const {
32
return m_storage[2];
33
}
34
35
/// addition
36
Vector3d Vector3d::operator+(const Vector3d& other) 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