MCPcopy 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
26double Vector3d::y() const {
27 return m_storage[1];
28}
29
30/// get z
31double Vector3d::z() 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