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

Function DrawLine

include/Color.hpp:105–107  ·  view source on GitHub ↗

* Draw a line */

Source from the content-addressed store, hash-verified

103 * Draw a line
104 */
105 void DrawLine(int startPosX, int startPosY, int endPosX, int endPosY) const {
106 ::DrawLine(startPosX, startPosY, endPosX, endPosY, *this);
107 }
108
109 /**
110 * Draw a line using Vector points

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected