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

Function LengthSqr

include/Vector2.hpp:282–282  ·  view source on GitHub ↗

* Calculate vector square length */

Source from the content-addressed store, hash-verified

280 * Calculate vector square length
281 */
282 RLCPP_NODISCARD float LengthSqr() const { return Vector2LengthSqr(*this); }
283
284 /**
285 * Calculate two vectors dot product

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected