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

Method createStrokedPath

core/src/processing/opengl/LinePath.java:399–402  ·  view source on GitHub ↗
(LinePath src, float weight,
                                           int caps, int join)

Source from the content-addressed store, hash-verified

397
398
399 static public LinePath createStrokedPath(LinePath src, float weight,
400 int caps, int join) {
401 return createStrokedPath(src, weight, caps, join, defaultMiterlimit, null);
402 }
403
404
405 static public LinePath createStrokedPath(LinePath src, float weight,

Callers 1

tessellateLinePathMethod · 0.95

Calls 1

strokeToMethod · 0.95

Tested by

no test coverage detected