Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ divT
Function
divT
src/python/PyImath/PyImathQuat.cpp:327–332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
326
template <class T>
327
static Quat<T>
328
divT(Quat<T> &quat, T t)
329
{
330
MATH_EXC_ON;
331
return quat / t;
332
}
333
334
template <class T>
335
static Quat<T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected