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

Function identity

src/python/PyImath/PyImathQuat.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82template <class T>
83static Quat<T>
84identity(Quat<T> &quat)
85{
86 MATH_EXC_ON;
87 return Quat<T>();
88}
89
90template <class T>
91static Quat<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected