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

Function outerProduct22

src/python/PyImath/PyImathMatrix22.cpp:239–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238template <class T>
239void
240outerProduct22(Matrix22<T> &mat, const Vec2<T> &a, const Vec2<T> &b)
241{
242 MATH_EXC_ON;
243 mat = IMATH_NAMESPACE::outerProduct(a,b);
244}
245
246template <class TV,class TM>
247static void

Callers

nothing calls this directly

Calls 1

outerProductFunction · 0.85

Tested by

no test coverage detected