MCPcopy 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
21double Vector3d::x() const {
22 return m_storage[0];
23}
24
25/// get y
26double Vector3d::y() 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