Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ boxMin
Function
boxMin
src/python/PyImath/PyImathBox.cpp:194–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
193
template <class T>
194
static T
195
boxMin(IMATH_NAMESPACE::Box<T> &box)
196
{
197
return box.min;
198
}
199
200
template <class T>
201
static T
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected