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

Function operator+

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

* Add two vectors (v1 + v2) */

Source from the content-addressed store, hash-verified

56 * Add two vectors (v1 + v2)
57 */
58 Vector2 operator+(const ::Vector2& vector2) const { return Vector2Add(*this, vector2); }
59
60 /**
61 * Add two vectors (v1 + v2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected