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

Function setLineWidth

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

Source from the content-addressed store, hash-verified

16326 }
16327
16328 function setLineWidth( value ) {
16329
16330 if ( _contextLineWidth !== value ) {
16331
16332 _context.lineWidth = value;
16333 _contextLineWidth = value;
16334
16335 }
16336
16337 }
16338
16339 function setLineCap( value ) {
16340

Callers 3

renderLineFunction · 0.70
strokePathFunction · 0.70
Three62.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected