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

Function DrawLineBezier

include/Color.hpp:121–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 void DrawLineBezier(::Vector2 startPos, ::Vector2 endPos, float thick = 1.0f) const {
122 ::DrawLineBezier(startPos, endPos, thick, *this);
123 }
124
125 void DrawLineStrip(::Vector2* points, int numPoints) const { ::DrawLineStrip(points, numPoints, *this); }
126

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected