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

Function getAngleOrder

src/python/PyImath/PyImathEuler.cpp:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155template <class T>
156static IMATH_NAMESPACE::Vec3 <int> getAngleOrder(Euler <T> &euler)
157{
158 int i, j, k;
159 euler.angleOrder(i, j, k);
160 return IMATH_NAMESPACE::Vec3 <int> (i, j, k);
161}
162
163template <class T>
164static void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected