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

Function vector

src/python/PyImath/PyImathQuat.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223
224template <class T>
225static Vec3<T> vector(Quat<T> &quat)
226{
227 return quat.v;
228}
229
230template <class T>
231static Quat<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected