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

Function boxSetMax

src/python/PyImath/PyImathBox.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186
187template <class T>
188static void boxSetMax(IMATH_NAMESPACE::Box<T> &box, const T &m)
189{
190 box.max = m;
191}
192
193template <class T>
194static T

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected