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

Function Normalize

include/Vector4.hpp:272–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270 RLCPP_NODISCARD float DistanceSqr(const ::Vector4& v2) const { return ::Vector4DistanceSqr(*this, v2); }
271
272 RLCPP_NODISCARD Vector4 Normalize() const { return ::Vector4Normalize(*this); }
273
274 RLCPP_NODISCARD Vector4 Min(const ::Vector4& v2) const { return ::Vector4Min(*this, v2); }
275

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected