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

Function eulerSet

src/python/PyImath/PyImathEuler.cpp:513–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

511
512template <class T>
513static void
514eulerSet(Euler<T> &euler, IMATH_NAMESPACE::Eulerf::Axis axis, int relative, int parityEven, int firstRepeats)
515{
516 MATH_EXC_ON;
517 typename Euler<T>::Axis a = interpretAxis<T>(axis);
518 euler.set (a, relative, parityEven, firstRepeats);
519}
520
521template <class T>
522static void

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected