Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ mulT
Function
mulT
src/python/PyImath/PyImathQuat.cpp:335–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
333
334
template <class T>
335
static Quat<T>
336
mulT(Quat<T> &quat, T t)
337
{
338
MATH_EXC_ON;
339
return quat * t;
340
}
341
342
template <class T>
343
static Quat<T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected