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

Method execute

src/python/PyImath/PyImathQuat.cpp:952–958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950 : q1 (q1In), q2 (q2In), result (resultIn) {}
951
952 void execute (size_t start, size_t end)
953 {
954 for (size_t i = start; i < end; ++i)
955 {
956 result[i] = q1[i] * q2[i];
957 }
958 }
959};
960
961template <class T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected