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

Function multDirMatrix33

src/python/PyImath/PyImathMatrix33.cpp:320–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318
319template <class TV,class TM>
320static void
321multDirMatrix33(Matrix33<TM> &mat, const Vec2<TV> &src, Vec2<TV> &dst)
322{
323 MATH_EXC_ON;
324 mat.multDirMatrix(src, dst);
325}
326
327template <class TV,class TM>
328static Vec2<TV>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected