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

Function Negate

include/Vector4.hpp:159–159  ·  view source on GitHub ↗

* Negate provided vector */

Source from the content-addressed store, hash-verified

157 * Negate provided vector
158 */
159 RLCPP_NODISCARD Vector4 Negate() const { return ::Vector4Negate(*this); }
160
161 /**
162 * Negate provided vector

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected