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

Function Quaternion Normalize

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

Source from the content-addressed store, hash-verified

131 RLCPP_NODISCARD float Length() const { return ::QuaternionLength(*this); }
132
133 RLCPP_NODISCARD Quaternion Normalize() const { return ::QuaternionNormalize(*this); }
134
135 RLCPP_NODISCARD Quaternion Invert() const { return ::QuaternionInvert(*this); }
136

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected