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

Method DrawRoundedLines

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

Source from the content-addressed store, hash-verified

94 }
95
96 void DrawRoundedLines(float roundness, int segments, ::Color color) const {
97 ::DrawRectangleRoundedLines(*this, roundness, segments, color);
98 }
99
100 void DrawRoundedLines(float roundness, int segments, float lineThick, ::Color color) const {
101 ::DrawRectangleRoundedLinesEx(*this, roundness, segments, lineThick, color);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected