MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / extractSHRT44

Function extractSHRT44

src/python/PyImath/PyImathMatrix44.cpp:284–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283template <class T>
284static int
285extractSHRT44(Matrix44<T> &mat, Vec3<T> &s, Vec3<T> &h, Vec3<T> &r, Vec3<T> &t, int exc = 1)
286{
287 MATH_EXC_ON;
288 return IMATH_NAMESPACE::extractSHRT(mat, s, h, r, t, exc);
289}
290
291template <class T>
292static void

Callers

nothing calls this directly

Calls 1

extractSHRTFunction · 0.85

Tested by

no test coverage detected