MCPcopy Create free account
hub / github.com/Tom94/tev / moveTo

Method moveTo

include/tev/VectorGraphics.h:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 static VgCommand pathWinding(EWinding winding) { return {EType::PathWinding, {{(float)(int)winding}}}; }
120
121 static VgCommand moveTo(Pos p) { return {EType::MoveTo, {{p.x, p.y}}}; }
122
123 static VgCommand lineTo(Pos p) { return {EType::LineTo, {{p.x, p.y}}}; }
124

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected