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

Function Length

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

Source from the content-addressed store, hash-verified

129 }
130
131 RLCPP_NODISCARD float Length() const { return ::QuaternionLength(*this); }
132
133 RLCPP_NODISCARD Quaternion Normalize() const { return ::QuaternionNormalize(*this); }
134

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected