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

Function Invert

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

Source from the content-addressed store, hash-verified

280 RLCPP_NODISCARD Vector4 MoveTowards(const ::Vector4& target, const float maxDistance) const { return ::Vector4MoveTowards(*this, target, maxDistance); }
281
282 RLCPP_NODISCARD Vector4 Invert() const { return ::Vector4Invert(*this); }
283
284 /*
285 * Check whether two given vectors are almost equal

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected