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

Function DrawLineBezier

include/Vector2.hpp:323–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321 }
322
323 void DrawLineBezier(::Vector2 endPos, float thick, ::Color color = {0, 0, 0, 255}) const {
324 ::DrawLineBezier(*this, endPos, thick, color);
325 }
326
327 /**
328 * Draw a color-filled circle (Vector version)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected