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

Function axis

src/python/PyImath/PyImathQuat.cpp:155–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154template <class T>
155static Vec3<T>
156axis (Quat<T> &quat)
157{
158 MATH_EXC_ON;
159 return quat.axis();
160}
161
162template <class T>
163static Matrix33<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected