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

Function DotProduct

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

* Calculate two vectors dot product */

Source from the content-addressed store, hash-verified

285 * Calculate two vectors dot product
286 */
287 RLCPP_NODISCARD float DotProduct(const ::Vector2& vector2) const { return Vector2DotProduct(*this, vector2); }
288
289 /**
290 * Calculate distance between two vectors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected