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

Function ToEuler

include/Quaternion.hpp:264–266  ·  view source on GitHub ↗

* Get the Euler angles equivalent to quaternion * NOTE: Angles are returned in radians */

Source from the content-addressed store, hash-verified

262 * NOTE: Angles are returned in radians
263 */
264 RLCPP_NODISCARD ::Vector3 ToEuler() const {
265 return ::QuaternionToEuler(*this);
266 }
267
268 /**
269 * Transform quaternion given transformation matrix

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected