MCPcopy Index your code
hub / github.com/stemkoski/stemkoski.github.com / setLineCap

Function setLineCap

Three.js/js/Three62.js:16339–16350  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16337 }
16338
16339 function setLineCap( value ) {
16340
16341 // "butt", "round", "square"
16342
16343 if ( _contextLineCap !== value ) {
16344
16345 _context.lineCap = value;
16346 _contextLineCap = value;
16347
16348 }
16349
16350 }
16351
16352 function setLineJoin( value ) {
16353

Callers 2

renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected