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

Function multVecMatrix33

src/python/PyImath/PyImathMatrix33.cpp:349–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347
348template <class TV,class TM>
349static void
350multVecMatrix33(Matrix33<TM> &mat, const Vec2<TV> &src, Vec2<TV> &dst)
351{
352 MATH_EXC_ON;
353 mat.multVecMatrix(src, dst);
354}
355
356template <class TV,class TM>
357static Vec2<TV>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected