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

Function boxMax

src/python/PyImath/PyImathBox.cpp:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200template <class T>
201static T
202boxMax(IMATH_NAMESPACE::Box<T> &box)
203{
204 return box.max;
205}
206
207template <class T>
208struct IntersectsTask : public Task

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected