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

Function eulerMakeNear

src/python/PyImath/PyImathEuler.cpp:497–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495
496template <class T>
497static void
498eulerMakeNear(Euler<T> &euler, Euler<T> &target)
499{
500 MATH_EXC_ON;
501 euler.makeNear (target);
502}
503
504template <class T>
505static void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected