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

Function Add

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

* Add two vectors (v1 + v2) */

Source from the content-addressed store, hash-verified

51 * Add two vectors (v1 + v2)
52 */
53 Vector2 Add(const ::Vector2& vector2) const { return Vector2Add(*this, vector2); }
54
55 /**
56 * Add two vectors (v1 + v2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected