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

Method Rectangle

include/Rectangle.hpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12class Rectangle : public ::Rectangle {
13public:
14 constexpr Rectangle(const ::Rectangle& rect) : ::Rectangle{rect.x, rect.y, rect.width, rect.height} {}
15
16 constexpr Rectangle(float x = 0, float y = 0, float width = 0, float height = 0) : ::Rectangle{x, y, width, height} {}
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected