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

Function add

src/python/PyImath/PyImathQuat.cpp:343–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341
342template <class T>
343static Quat<T>
344add(Quat<T> &quat, Quat<T> &other)
345{
346 MATH_EXC_ON;
347 return quat + other;
348}
349
350template <class T>
351static Quat<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected