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

Function operator+

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

* Add two vectors */

Source from the content-addressed store, hash-verified

74 * Add two vectors
75 */
76 Vector4 operator+(const ::Vector4& vector4) const { return ::Vector4Add(*this, vector4); }
77
78 Vector4& operator+=(const ::Vector4& vector4) {
79 set(::Vector4Add(*this, vector4));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected