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

Function conj

src/python/PyImath/PyImathQuat.cpp:367–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365
366template <class T>
367static Quat<T>
368conj(Quat<T> &quat)
369{
370 MATH_EXC_ON;
371 return ~quat;
372}
373
374template <class T>
375static T

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected