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

Function mulM44

src/python/PyImath/PyImathBox.cpp:316–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314
315template <class T, class U>
316static IMATH_NAMESPACE::Box<T>
317mulM44 (const IMATH_NAMESPACE::Box<T> &b, const Matrix44<U> &m)
318{
319 MATH_EXC_ON;
320 return IMATH_NAMESPACE::transform (b, m);
321}
322
323template <class T, class U>
324static const IMATH_NAMESPACE::Box<T> &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected