Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ line
Method
line
core/src/processing/awt/PGraphicsJava2D.java:1198–1202 ·
view source on GitHub ↗
(float x1, float y1, float x2, float y2)
Source
from the content-addressed store, hash-verified
1196
1197
1198
@Override
1199
public
void
line(float x1, float y1, float x2, float y2) {
1200
line.setLine(x1, y1, x2, y2);
1201
strokeShape(line);
1202
}
1203
1204
1205
@Override
Callers
2
vertex
Method · 0.95
point
Method · 0.95
Calls
1
strokeShape
Method · 0.95
Tested by
no test coverage detected