Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
218
void J2DGrafContext::lineTo(JGeometry::TVec2f pos)
219
{
220
line(mPrevPos, pos);
221
mPrevPos = pos;
222
}
Callers
1
J2DDrawLine
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected