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

Function add

src/python/PyImath/PyImathShear.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103template <class T>
104static Shear6<T>
105add(const Shear6<T> &shear, const Shear6<T> &other)
106{
107 MATH_EXC_ON;
108 return shear + other;
109}
110
111template <class T>
112static const Shear6<T> &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected