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

Function setLineJoin

Three.js/js/Three66.js:17144–17155  ·  view source on GitHub ↗
( value )

Source from the content-addressed store, hash-verified

17142 }
17143
17144 function setLineJoin( value ) {
17145
17146 // "round", "bevel", "miter"
17147
17148 if ( _contextLineJoin !== value ) {
17149
17150 _context.lineJoin = value;
17151 _contextLineJoin = value;
17152
17153 }
17154
17155 }
17156
17157 function setStrokeStyle( value ) {
17158

Callers 2

renderLineFunction · 0.70
strokePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected