MCPcopy 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

writeLineMethod · 0.95
writeTriangleMethod · 0.95

Tested by

no test coverage detected