MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / boxSetMin

Function boxSetMin

src/python/PyImath/PyImathBox.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180
181template <class T>
182static void boxSetMin(IMATH_NAMESPACE::Box<T> &box, const T &m)
183{
184 box.min = m;
185}
186
187template <class T>
188static void boxSetMax(IMATH_NAMESPACE::Box<T> &box, const T &m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected