Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
modelToThreeJS
Method · 0.45
dividerArea
Method · 0.45
ShiftVertices
Function · 0.45
GltfBoundingBox
Method · 0.45
TEST_F
Function · 0.45
translateSurface
Method · 0.45
translateSubSurface
Method · 0.45
translateShadingSurface
Method · 0.45
Calls
no outgoing calls
Tested by
2
ShiftVertices
Function · 0.36
TEST_F
Function · 0.36