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

Method execute

src/python/PyImath/PyImathQuat.cpp:679–683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

677 : va (vaIn), result (resultIn) {}
678
679 void execute (size_t start, size_t end)
680 {
681 for (size_t i = start; i < end; ++i)
682 result[i] = va[i].axis();
683 }
684};
685
686template <class T> static FixedArray<IMATH_NAMESPACE::Vec3<T> >

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected