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

Function multDirMatrix44

src/python/PyImath/PyImathMatrix44.cpp:308–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306
307template <class TV,class TM>
308static void
309multDirMatrix44(Matrix44<TM> &mat, const Vec3<TV> &src, Vec3<TV> &dst)
310{
311 MATH_EXC_ON;
312 mat.multDirMatrix(src, dst);
313}
314
315template <class TV,class TM>
316static Vec3<TV>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected