Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/Imath
/ log
Function
log
src/python/PyImath/PyImathQuat.cpp:179–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
178
template <class T>
179
static Quat<T>
180
log(Quat<T> &quat)
181
{
182
MATH_EXC_ON;
183
return quat.log();
184
}
185
186
template <class T>
187
static Quat<T>
Callers
6
apply
Method · 0.70
apply
Method · 0.70
testFun
Function · 0.50
testFun
Function · 0.50
fun_bias
Function · 0.50
register_fun
Function · 0.50
Calls
no outgoing calls
Tested by
2
testFun
Function · 0.40
testFun
Function · 0.40