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

Function DrawPoly

include/Vector2.hpp:334–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332 void DrawRectangle(::Vector2 size, ::Color color = {0, 0, 0, 255}) const { ::DrawRectangleV(*this, size, color); }
333
334 void DrawPoly(int sides, float radius, float rotation, ::Color color = {0, 0, 0, 255}) const {
335 ::DrawPoly(*this, sides, radius, rotation, color);
336 }
337
338 /**
339 * Check collision between two circles

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected