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

Function operator-

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

* Subtract two vectors (v1 - v2) */

Source from the content-addressed store, hash-verified

98 * Subtract two vectors (v1 - v2)
99 */
100 Vector2 operator-(const ::Vector2& vector2) const { return Vector2Subtract(*this, vector2); }
101
102 /**
103 * Subtract two vectors (v1 - v2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected