MCPcopy 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
193template <class T>
194static T
195boxMin(IMATH_NAMESPACE::Box<T> &box)
196{
197 return box.min;
198}
199
200template <class T>
201static T

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected