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

Function eulerConstructor6

src/python/PyImath/PyImathEuler.cpp:455–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453
454template <class T>
455static Euler<T> *
456eulerConstructor6(T x, T y, T z)
457{
458 return new Euler<T>(Vec3<T>(x,y,z));
459}
460
461template <class T>
462static Euler<T> *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected