MCPcopy Create free account
hub / github.com/SFML/SFML / Rect

Method Rect

include/SFML/Graphics/Rect.hpp:52–52  ·  view source on GitHub ↗

/////////////////////////////////////////////////////// \brief Default constructor Creates an empty rectangle (it is equivalent to calling `Rect({0, 0}, {0, 0})`). ///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

50 ///
51 ////////////////////////////////////////////////////////////
52 constexpr Rect() = default;
53
54 ////////////////////////////////////////////////////////////
55 /// \brief Construct the rectangle from position and size

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected