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

Function setLineJoin

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

Source from the content-addressed store, hash-verified

16350 }
16351
16352 function setLineJoin( value ) {
16353
16354 // "round", "bevel", "miter"
16355
16356 if ( _contextLineJoin !== value ) {
16357
16358 _context.lineJoin = value;
16359 _contextLineJoin = value;
16360
16361 }
16362
16363 }
16364
16365 function setStrokeStyle( value ) {
16366

Callers 2

renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected