Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ axis
Function
axis
src/python/PyImath/PyImathQuat.cpp:155–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
154
template <class T>
155
static Vec3<T>
156
axis (Quat<T> &quat)
157
{
158
MATH_EXC_ON;
159
return quat.axis();
160
}
161
162
template <class T>
163
static Matrix33<T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected