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

Function setM44ArrayItem

src/python/PyImath/PyImathMatrix44.cpp:1222–1228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1220
1221template <class T>
1222static void
1223setM44ArrayItem(FixedArray<IMATH_NAMESPACE::Matrix44<T> > &ma,
1224 Py_ssize_t index,
1225 const IMATH_NAMESPACE::Matrix44<T> &m)
1226{
1227 ma[ma.canonical_index(index)] = m;
1228}
1229
1230template <class T>
1231struct M44Array_Inverse : public Task

Callers

nothing calls this directly

Calls 1

canonical_indexMethod · 0.45

Tested by

no test coverage detected