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

Function Normalize

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

Source from the content-addressed store, hash-verified

214 RLCPP_NODISCARD float LengthSqr() const { return Vector3LengthSqr(*this); }
215
216 RLCPP_NODISCARD Vector3 Normalize() const { return Vector3Normalize(*this); }
217
218 RLCPP_NODISCARD float DotProduct(const ::Vector3& vector3) const { return Vector3DotProduct(*this, vector3); }
219

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected