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

Method operator==

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

Source from the content-addressed store, hash-verified

33 }
34
35 constexpr bool operator==(const ::Vector3& other) const { return x == other.x && y == other.y && z == other.z; }
36
37 constexpr bool operator!=(const ::Vector3& other) const { return !(*this == other); }
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected