Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ vertex
Method
vertex
java/libraries/dxf/src/processing/dxf/RawDXF.java:339–341 ·
view source on GitHub ↗
(float x, float y)
Source
from the content-addressed store, hash-verified
337
338
339
public
void
vertex(float x, float y) {
340
vertex(x, y, 0);
341
}
342
343
344
public
void
vertex(float x, float y, float z) {
Callers
nothing calls this directly
Calls
2
writeLine
Method · 0.95
writeTriangle
Method · 0.95
Tested by
no test coverage detected