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

Method ToRectangle

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

Source from the content-addressed store, hash-verified

53 constexpr bool operator!=(const ::Vector4& other) const { return !(*this == other); }
54
55 RLCPP_NODISCARD constexpr ::Rectangle ToRectangle() const { return {x, y, z, w}; }
56
57 constexpr operator ::Rectangle() const { return {x, y, z, w}; }
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected