MCPcopy Index your code
hub / github.com/processing/processing / setPath

Method setPath

core/src/processing/core/PShape.java:2179–2181  ·  view source on GitHub ↗
(int vcount, float[][] verts)

Source from the content-addressed store, hash-verified

2177
2178
2179 public void setPath(int vcount, float[][] verts) {
2180 setPath(vcount, verts, 0, null);
2181 }
2182
2183
2184 protected void setPath(int vcount, float[][] verts, int ccount, int[] codes) {

Callers 1

copyPathMethod · 0.45

Calls 1

arrayCopyMethod · 0.95

Tested by

no test coverage detected