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

Function Add

include/Vector3.hpp:47–47  ·  view source on GitHub ↗

* Add two vectors */

Source from the content-addressed store, hash-verified

45 * Add two vectors
46 */
47 RLCPP_NODISCARD Vector3 Add(const ::Vector3& vector3) const { return Vector3Add(*this, vector3); }
48
49 /**
50 * Add two vectors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected