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

Function setM33ArrayItem

src/python/PyImath/PyImathMatrix33.cpp:1110–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1108
1109template <class T>
1110static void
1111setM33ArrayItem(FixedArray<IMATH_NAMESPACE::Matrix33<T> > &ma,
1112 Py_ssize_t index,
1113 const IMATH_NAMESPACE::Matrix33<T> &m)
1114{
1115 ma[ma.canonical_index(index)] = m;
1116}
1117
1118
1119template <class T>

Callers

nothing calls this directly

Calls 1

canonical_indexMethod · 0.45

Tested by

no test coverage detected