MCPcopy Create free account
hub / github.com/doldecomp/mkdd / lineTo

Method lineTo

libs/JSystem/J2DGraph/J2DGrafContext.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218void J2DGrafContext::lineTo(JGeometry::TVec2f pos)
219{
220 line(mPrevPos, pos);
221 mPrevPos = pos;
222}

Callers 1

J2DDrawLineFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected