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

Function Negate

include/Vector3.hpp:119–119  ·  view source on GitHub ↗

* Negate provided vector (invert direction) */

Source from the content-addressed store, hash-verified

117 * Negate provided vector (invert direction)
118 */
119 RLCPP_NODISCARD Vector3 Negate() const { return Vector3Negate(*this); }
120
121 /**
122 * Negate provided vector (invert direction)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected