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

Function multDirMatrix22

src/python/PyImath/PyImathMatrix22.cpp:247–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245
246template <class TV,class TM>
247static void
248multDirMatrix22(Matrix22<TM> &mat, const Vec2<TV> &src, Vec2<TV> &dst)
249{
250 MATH_EXC_ON;
251 mat.multDirMatrix(src, dst);
252}
253
254template <class TV,class TM>
255static Vec2<TV>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected