Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ conj
Function
conj
src/python/PyImath/PyImathQuat.cpp:367–372 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
366
template <class T>
367
static Quat<T>
368
conj(Quat<T> &quat)
369
{
370
MATH_EXC_ON;
371
return ~quat;
372
}
373
374
template <class T>
375
static T
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected