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

Method execute

src/python/PyImath/PyImathQuat.cpp:708–712  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706 : va (vaIn), result (resultIn) {}
707
708 void execute (size_t start, size_t end)
709 {
710 for (size_t i = start; i < end; ++i)
711 result[i] = va[i].angle();
712 }
713};
714
715

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected