MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / minX

Method minX

src/gltf/GltfBoundingBox.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 };
114
115 double GltfBoundingBox::minX() const {
116 return m_minX;
117 }
118 void GltfBoundingBox::setMinX(double minX) {
119 m_minX = minX;
120 };

Callers 8

modelToThreeJSMethod · 0.45
dividerAreaMethod · 0.45
ShiftVerticesFunction · 0.45
GltfBoundingBoxMethod · 0.45
TEST_FFunction · 0.45
translateSurfaceMethod · 0.45
translateSubSurfaceMethod · 0.45

Calls

no outgoing calls

Tested by 2

ShiftVerticesFunction · 0.36
TEST_FFunction · 0.36