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

Function outerProduct33

src/python/PyImath/PyImathMatrix33.cpp:301–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299
300template <class T>
301void
302outerProduct33(Matrix33<T> &mat, const Vec3<T> &a, const Vec3<T> &b)
303{
304 MATH_EXC_ON;
305 mat = IMATH_NAMESPACE::outerProduct(a,b);
306}
307
308template <class T>
309static void

Callers

nothing calls this directly

Calls 1

outerProductFunction · 0.85

Tested by

no test coverage detected