Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ vector
Function
vector
src/python/PyImath/PyImathQuat.cpp:225–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
223
224
template <class T>
225
static Vec3<T> vector(Quat<T> &quat)
226
{
227
return quat.v;
228
}
229
230
template <class T>
231
static Quat<T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected