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

Function eulerConstructor1a

src/python/PyImath/PyImathEuler.cpp:324–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322
323template <class T>
324static Euler<T> *
325eulerConstructor1a(const Vec3<T> &v)
326{
327 return eulerConstructor1 (v, IMATH_NAMESPACE::Eulerf::Default);
328}
329
330template <class T>
331static Euler<T> *

Callers

nothing calls this directly

Calls 1

eulerConstructor1Function · 0.70

Tested by

no test coverage detected