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

Function Add

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

* Add two vectors */

Source from the content-addressed store, hash-verified

69 * Add two vectors
70 */
71 RLCPP_NODISCARD Vector4 Add(const ::Vector4& vector4) const { return ::Vector4Add(*this, vector4); }
72
73 /**
74 * Add two vectors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected