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

Function DotProduct

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

Source from the content-addressed store, hash-verified

264 RLCPP_NODISCARD float LengthSqr() const { return ::Vector4LengthSqr(*this); }
265
266 RLCPP_NODISCARD float DotProduct(const ::Vector4& v2) const { return ::Vector4DotProduct(*this, v2); }
267
268 RLCPP_NODISCARD float Distance(const ::Vector4& v2) const { return ::Vector4Distance(*this, v2); }
269

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected