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

Function angle

src/python/PyImath/PyImathQuat.cpp:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146template <class T>
147static T
148angle (Quat<T> &quat)
149{
150 MATH_EXC_ON;
151 return quat.angle();
152}
153
154template <class T>
155static Vec3<T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected