MCPcopy 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
178template <class T>
179static Quat<T>
180log(Quat<T> &quat)
181{
182 MATH_EXC_ON;
183 return quat.log();
184}
185
186template <class T>
187static Quat<T>

Callers 6

applyMethod · 0.70
applyMethod · 0.70
testFunFunction · 0.50
testFunFunction · 0.50
fun_biasFunction · 0.50
register_funFunction · 0.50

Calls

no outgoing calls

Tested by 2

testFunFunction · 0.40
testFunFunction · 0.40