Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
template <class T>
83
static Quat<T>
84
identity(Quat<T> &quat)
85
{
86
MATH_EXC_ON;
87
return Quat<T>();
88
}
89
90
template <class T>
91
static Quat<T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected