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

Function Invert

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

* Invert the given vector */

Source from the content-addressed store, hash-verified

255 * Invert the given vector
256 */
257 RLCPP_NODISCARD Vector2 Invert() const { return ::Vector2Invert(*this); }
258
259 /**
260 * Clamp the components of the vector between

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected