Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ angle
Function
angle
src/python/PyImath/PyImathQuat.cpp:147–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
146
template <class T>
147
static T
148
angle (Quat<T> &quat)
149
{
150
MATH_EXC_ON;
151
return quat.angle();
152
}
153
154
template <class T>
155
static Vec3<T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected