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

Function setLineJoin

Three.js/js/Three56.js:14615–14626  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

14613 }
14614
14615 function setLineJoin( value ) {
14616
14617 // "round", "bevel", "miter"
14618
14619 if ( _contextLineJoin !== value ) {
14620
14621 _context.lineJoin = value;
14622 _contextLineJoin = value;
14623
14624 }
14625
14626 }
14627
14628 function setStrokeStyle( value ) {
14629

Callers 2

renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected