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

Function Quaternion Identity

include/Quaternion.hpp:127–129  ·  view source on GitHub ↗

* Get identity quaternion */

Source from the content-addressed store, hash-verified

125 * Get identity quaternion
126 */
127 static RLCPP_NODISCARD Quaternion Identity() {
128 return ::QuaternionIdentity();
129 }
130
131 RLCPP_NODISCARD float Length() const { return ::QuaternionLength(*this); }
132

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected