MCPcopy Index your code
hub / github.com/benfry/processing4 / setPath

Method setPath

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

Source from the content-addressed store, hash-verified

2286
2287
2288 public void setPath(int vcount, float[][] verts) {
2289 setPath(vcount, verts, 0, null);
2290 }
2291
2292
2293 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