MCPcopy Index your code
hub / github.com/processing/p5.js / at

Function at

src/type/p5.Font.js:1131–1134  ·  view source on GitHub ↗
(v, i)

Source from the content-addressed store, hash-verified

1129 };
1130
1131 const at = (v, i) => {
1132 const s = v.length;
1133 return v[i < 0 ? i % s + s : i % s];
1134 };
1135
1136 const simplify = (pts, angle) => {
1137 angle = angle || 0;

Callers 1

simplifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected