MCPcopy 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
31double Vector3d::z() const {
32 return m_storage[2];
33}
34
35/// addition
36Vector3d Vector3d::operator+(const Vector3d& other) const {

Callers 6

operator+Method · 0.45
Vector3d.cppFile · 0.45
operator-Method · 0.45
operator-Function · 0.45
operator*Function · 0.45
crossMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected