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

Function LengthSqr

include/Vector3.hpp:214–214  ·  view source on GitHub ↗

* Calculate vector square length */

Source from the content-addressed store, hash-verified

212 * Calculate vector square length
213 */
214 RLCPP_NODISCARD float LengthSqr() const { return Vector3LengthSqr(*this); }
215
216 RLCPP_NODISCARD Vector3 Normalize() const { return Vector3Normalize(*this); }
217

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected