MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / ToAxisAngle

Function ToAxisAngle

include/Quaternion.hpp:248–250  ·  view source on GitHub ↗

* Get the rotation angle and axis for this quaternion */

Source from the content-addressed store, hash-verified

246 * Get the rotation angle and axis for this quaternion
247 */
248 void ToAxisAngle(::Vector3* outAxis, float* outAngle) const {
249 ::QuaternionToAxisAngle(*this, outAxis, outAngle);
250 }
251
252 /**
253 * Get the quaternion equivalent to Euler angles

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected