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

Function Subtract

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

* Subtract two vectors (v1 - v2) */

Source from the content-addressed store, hash-verified

93 * Subtract two vectors (v1 - v2)
94 */
95 RLCPP_NODISCARD Vector2 Subtract(const ::Vector2& vector2) const { return Vector2Subtract(*this, vector2); }
96
97 /**
98 * Subtract two vectors (v1 - v2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected