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

Function Equals

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

* Check whether two given vectors are almost equal */

Source from the content-addressed store, hash-verified

270 * Check whether two given vectors are almost equal
271 */
272 RLCPP_NODISCARD int Equals(::Vector2 q) const { return ::Vector2Equals(*this, q); }
273
274 /**
275 * Calculate vector length

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected