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

Function setLineWidth

Three.js/js/Three60.js:16240–16249  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

16238 }
16239
16240 function setLineWidth( value ) {
16241
16242 if ( _contextLineWidth !== value ) {
16243
16244 _context.lineWidth = value;
16245 _contextLineWidth = value;
16246
16247 }
16248
16249 }
16250
16251 function setLineCap( value ) {
16252

Callers 3

renderLineFunction · 0.70
strokePathFunction · 0.70
Three60.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected