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

Function Negate

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

* Negate vector */

Source from the content-addressed store, hash-verified

135 * Negate vector
136 */
137 RLCPP_NODISCARD Vector2 Negate() const { return Vector2Negate(*this); }
138
139 /**
140 * Negate vector

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected