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

Function Equals

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

* Check whether two given vectors are almost equal */

Source from the content-addressed store, hash-verified

285 * Check whether two given vectors are almost equal
286 */
287 RLCPP_NODISCARD bool Equals(const ::Vector4& other) const {
288 return static_cast<bool>(::Vector4Equals(*this, other));
289 }
290#endif
291
292 RLCPP_NODISCARD Color ColorFromNormalized() const { return ::ColorFromNormalized(*this); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected